


if(parent.frames.length == 0){
document.write('<frameset rows=130,*,38 FRAMEBORDER="0" border="0" framespacing="0" MARGINWIDTH="0" MARGINHEIGHT="0">'
+'<frameset cols=143,653,* FRAMEBORDER="0" border="0" framespacing="0" MARGINWIDTH="0" MARGINHEIGHT="0">'
+'<frame src="corner.php" name="corner" scrolling="no" marginwidth=10 marginheight=0 noborder noresize />'
+'<frame src="menu-hor.php" name="menu-hor" scrolling="no" marginwidth=10 marginheight=0 noborder noresize />'
+'<frame src="blank1.php" name="blank1" scrolling="no" marginwidth=10 marginheight=0 noborder noresize />'
+'</frameset>'
+'<frameset cols=186,610,* FRAMEBORDER="0" border="0" framespacing="0" MARGINWIDTH="0" MARGINHEIGHT="0">'
+'<frame src="' + window.location +'?" name="menu-ver" />'
+'<frame src="main.php" name="main" scrolling="auto" marginwidth=10 marginheight=25 noborder noresize />'
+'<frame src="blank2.php" name="blank2" scrolling="no" marginwidth=10 marginheight=0 noborder noresize />'
+'</frameset>'
+'<frame src="footer.php" name="footer" scrolling="no" marginwidth=10 marginheight=0 noborder noresize />'
+'</frameset>');
}



