function CreateFrames(URL1,URL2,URL3)
{	if (window.name != "lmenu" && window.name != "data" && window.name != "data" && window.name != "menu")
	{	document.write("<frameset rows='*,50'  frameborder='0' border='0' framespacing='0'>");
				document.write("<frameset frameborder='0' border='0' framespacing='0' cols='80,*'>");
						document.write("<frame marginwidth='0' scrolling='no' noresize   name='lmenu' src='"+URL1+"?'>");
						document.write("<frame marginwidth='0' scrolling='no' noresize   name='data' src='"+URL2+"?'>");
						document.write("</frameset>");
	document.write("<frame marginwidth='0' scrolling='no' noresize id='catalogmenu' name='menu' src='"+URL3+"?'>");
	document.write("</frameset>");
	}
}
 
function set_title(my_text)
{
	window.parent.document.title = my_text;
}
  
  
  
