var correct_frame = true;

document.write('<frameset rows="*" cols="153,*" border="0" frameborder="no" framespacing="0">');
document.write('<FRAME SRC="left_m_p.html" NAME="left_m_p" scrolling="no" noresize="noresize">');

document.write('<FRAMESET rows="110,*" border="0" frameborder="no" framespacing="0">');
document.write('<FRAME SRC="top_m_p.html" NAME="top_m_p" scrolling="no" noresize="noresize">');

document.write('<FRAME SRC="',(location.search ? location.search.substring(1):"centre_m_p"),'.html" NAME="centre_m_p" noresize="noresize" >');
document.write('</FRAMESET>');