function LoadHeader(section,BigTitle,MidlleTitle,SmallTitle)
{
	text="<table class=tblBigWB width=100%><tr><td width=60%>"+
   		BigTitle+"</td><td style='font-size:xx-small'><p align=right>"+
   		MidlleTitle+"</p></td></tr><tr><td style='font-size:xx-small'>"+
   		SmallTitle+"</td></tr></table>";
 	section.outerHTML=text;
}

function mmm()
{
	location.href=("ma__ilt__o:te__lep__at|i__nb__ox__.ru".replace(/__/g, "").replace("|", "@"))
}

function LoadMenu(section)
{
	text="<table class=menu width=100% cellspacing=\"0\" cellpadding=\"3\"><tr>";
	title=Array("Плагины","Бета-тест","&nbsp;ВК&nbsp;","OpenConf","Разработчикам","Форум на 1cpp.ru","@","Линки");
	href=Array("/plugins","/beta","/vk","/oc.html","/develop","http://www.1cpp.ru/forum/YaBB.pl?board=openconf",
		"JavaScript:mmm()","/links.html");
	for(i=0;i<7;i++)
		text+="<td align=center><a class=white href="+href[i]+">"+title[i]+"</a> </td>";
	text+="</tr></table>";
 	section.outerHTML=text;
}

