document.write('<div id="layer" style="position:absolute;top:21px;left:0px;"></div>')
var sayac;

	function abdr(menu,left){
	clearTimeout(sayac)
	menuGizle()
	str='<div id=layernew style="position:absolute; top:'+left+'; left:752; width:140px; height:26px; z-index:1; visibility: visible" onmouseover="uzeri()" onmouseout="sil()">'
	str+='<table width="240" border="1" bgcolor="#d7c6a5" cellpadding="0" cellspacing="0" bordercolor="#242055">'
	for (i=0; i<menu.length; i++){
		m=menu[i].split('|')
		str+='<tr>'
		str+='<td width="240" height="23" valign="middle" background="images/en/menufon.gif" onMouseOver="bgColor=\'#e7ddc9\'" onMouseOut="bgColor=\'#d7c6a5\'"><img src="images/en/spacer.gif" width="6" height="23" border="0" align="absmiddle"><a href='+m[1]+'><i><font color="#242055" face="Verdana" size="2">'+m[0]+'</i></font></a></td>'
		str+='</tr>'
	}
	str+='</table>'
	str+='</div>'
	document.getElementById('layer').innerHTML=str
	
	}
	function sil(){
	clearTimeout(sayac);
	sayac = setTimeout("menuGizle()",10);
		}
		function menuGizle(){
		document.getElementById('layer').innerHTML=""
		}
		function uzeri(){
		clearTimeout(sayac);
		}
