var str = location.search;
   var writeFrames = (str.indexOf("nowritefs")) && (top.window.length == 0);
   if (writeFrames) {
   	if (str == "") {
   		var mainFrame = window.location + "?nowritefs";
   	}
   	else {
   		var mainFrame = window.location + "&nowritefs";
   	}
   	document.write(
	'<frameset rows="480,2" border="0" frameborder="0" framespacing="0">',
	'<frame src="indextop.htm" NAME="top" marginwidth="0" marginheight="0" scrolling="yes" noresize>',
	
    '<frame scr="index.htm" NAME="main" marginwidth=0 marginheight=0 scrolling=auto>',
	'</frameset>',
	'<noframes>',
	'</noframes>'
   	//'<frameset rows="72,*" FRAMEBORDER=0 FRAMESPACING=0 BORDER=0 NORESIZE>',
	//'<frame src="top.htm" NAME="top"  marginwidth=1 marginheight=1 scrolling=no>',
	//'<frameset cols="120,*" FRAMEBORDER=0 FRAMESPACING=0 BORDER=0 NORESIZE>',
	//'<frame src="left.htm" NAME="side" marginwidth=1 marginheight=0 scrolling=no>',
	//'<frame src="aboutmain.htm" NAME="main" marginwidth=0 marginheight=0 scrolling=auto>',
	//'</frameset>',
	//'</frameset>'
    );
}
