function loadMenu(name) {

	txt='<font class="empt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&zwnj;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>';
		
	document.write('<table width="100%"><tr><td height="80" width="70">&nbsp;</td>');
	document.write('<td width="*" background="images/emblem.jpg" style="background-repeat:no-repeat; background-position: right">');
	if (name=="news"){
    	document.write('<font class="bigbutstat" style="width:77px">Новости</font>'+txt);}
	else {
    	document.write('<a class="bigbutton" href="index.html" style="width:77px">Новости</a>'+txt);}
	if (name=="club"){
		document.write('<font class="bigbutstat" style="width:84px">Наш клуб</font>'+txt);}
	else {
		document.write('<a class="bigbutton" href="doje.html" style="width:84px">Наш клуб</a>'+txt);} //infederation
	if (name=="theory"){
		document.write('<font class="bigbutstat" style="width:67px">Теория</font>'+txt);}
	else {
		document.write('<a class="bigbutton" href="terms.html" style="width:67px">Теория</a>'+txt);} //principles
	if (name=="practice"){
		document.write('<font class="bigbutstat" style="width:84px">Практика</font>'+txt);}
	else {
		document.write('<a class="bigbutton" href="attestation.html" style="width:84px">Практика</a>'+txt);}
	if (name=="photo"){
		document.write('<font class="bigbutstat" style="width:110px">Фотографии</font>'+txt);}
	else {
		document.write('<a class="bigbutton" href="photo.html" style="width:110px">Фотографии</a>'+txt);}
	if (name=="friend"){
		document.write('<font class="bigbutstat" style="width:66px">Друзья</font>');}
	else {
		document.write('<a class="bigbutton" href="friends.html" style="width:66px">Друзья</a>');}
	document.write('</td><td width="78">&nbsp;</td></tr></table>');
	
	document.write('<table width="100%"><tr><td height="244px" width="555px" background="images/kudzuri.jpg">&nbsp;</td>');
	document.write('<td width="*" background="images/kudzgradient.jpg">&nbsp;</td>');
	document.write('<td width="366px"background="images/kudzzver.jpg">&nbsp;</td>');
	document.write('<td width="78px">&nbsp;</td></tr>');
	document.write('<tr><td colspan="4" height="30px">&nbsp;</td></tr></table>');
}



function buildBottom(){
	document.write('<table width="100%"><tr>');
	document.write('<td height="50" colspan="2">&nbsp;</td></tr><tr><td height="2px" colspan="2" bgcolor="#91bbdb"><hr size="2px" color="#91bbdb"></td></tr><tr><td height="10" COLSPAN="2"></td></tr>');
	document.write('<tr><td width="78">&nbsp;</td>');
	document.write('<td width="*"><div class="txt">Кудзури &copy; 2008-2009. Наша почта: <a href="mailto:mail@kudzuri.ru?subject=Kuzuri" class="simple">mail@kudzuri.ru</a><br><a href="http://sweb.ru">Хостинг от SpaceWeb</a></p></td>');
	document.write('<td width="78">&nbsp;</td></tr>');
	document.write('<tr><td height="30" colspan="3">&nbsp;</td></tr></table>');
}