document.write ('<map name="00"> \
<area shape="rect" coords="0,0,300,150", href="index.html"> \
<area shape="rect" coords="335,0,655,150", href="bal-01.html"> \
<area shape="rect" coords="670,0,1000,150", href="lit-01.html"> \
</map> \
<table class="hmnu" border=0 cellpadding=o cellspacing=0> \
<tr> \
<td style="height:140px;padding-left:0"> \
<img src="/img/top_menu_3.jpg" align=left border=0 usemap=#00> \
</td> \
</tr> \
<tr> \
<td style="text-align:right;padding-right:8px">RU | <a class="lang" href="'+chLang("eng")+'">EN</a> | <a class="lang" href="'+chLang("arab")+'">ARAB</a></td> \
</tr> \
</table>');

function psh(na, no, w ,h) {
	window.open(na, no,'width='+w+',height='+h+',scrollbars=0,resizable=0,status=0,toolbar=0,menubar=0,location=0,address=0');
}
function pshi(na, no, w ,h) {
	window.open(na, no,'width='+w+',height='+h+',scrollbars=1,resizable=1,status=0,toolbar=0,menubar=0,location=0,address=0');
}
function chLang(loc) {
		var b = location.href.split('/');
		if(loc != "rus") {
			c = b[0]+'//'+b[2]+'/'+loc+'/'+b[3];
		} else {
			c = b[0]+'//'+b[2]+'/'+b[4];
		}
		return c;
}
