function CreateFrames(URL1,URL2,URL3,URL4)
{	if (window.name != "menu" && window.name != "head" && window.name != "data" && window.name != "bar")
	{	document.write("<frameset rows='*,50'  frameborder='0' border='0' framespacing='0'>");
			document.write("<frameset frameborder='0' border='0' framespacing='0' cols='190,*'>");
				document.write("<frame marginwidth='0' scrolling='no' noresize   name='menu' src='"+URL1+"?'>");
				document.write("<frameset frameborder='0' border='0' framespacing='0' rows='116,*'>");
				document.write("<frame marginwidth='0' scrolling='no' noresize   name='head' src='"+URL2+"?'>");
				document.write("<frame marginwidth='0' scrolling='no' noresize   name='data' src='"+URL3+"?'>"); //центральный фрейм
				document.write("</frameset>");
			document.write("</frameset>");
		document.write("<frame marginwidth='0' scrolling='no' noresize id='catalogmenu' name='bar' src='"+URL4+"?'>");
		document.write("</frameset>");
	}
}
 
function set_title(my_text)
{
	window.parent.document.title = my_text;
}