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