function ficover(z)
	{
	document.getElementById(z).className='menugoron';
	}
	
function ficout(z)
	{
	document.getElementById(z).className='menugor';
	}
	
function fir(a)
	{
	document.getElementById(a).className='imgkatir';
	}
	
function fvr(a)
	{
	document.getElementById(a).className='imgkat';
	}


function fnwz(s,i,wf,hf)
	{
	if(i)
	{
	var w=document.body.clientWidth;
	var h=document.body.clientHeight;
	document.getElementById("kimg").style.left=(w-wf)/2;
	document.getElementById("kimg").style.top=(h-hf)/2;
	document.getElementById("kimg").innerHTML="<img name='wi' src='"+s+"' class='imgkat' title='&nbsp;ÇÀÊÐÛÒÜ&nbsp;' alt='Ôîòî íå íàéäåíî' onclick='fnwz(0,0,0,0)'>";
	var wp=document.wi.width;
	//setTimeout("fnw()",200);
	}
	else document.getElementById("kimg").innerHTML="";
	}
	
function fnw()
	{
	var w=document.body.clientWidth;
	var wp=document.wi.width;
	document.getElementById("kimg").style.left=w/2-wp/2;
	}
	
function fdf(s,i,wf,hf)
	{
	content="<html><head>";
	content+='<title>Ïîðòôîëèî: ôîòî '+i+'</title>';
	content+='<style>body{margin-top:0;margin-left:0;}</style>';
	content+='</head>';
    content+='<body>';
	content+="<img name='wi' src='"+s+"' class='imgkat' title='&nbsp;ÇÀÊÐÛÒÜ&nbsp;' alt='Ôîòî íå íàéäåíî' onclick='self.close()'>";
	content+='</body></html>';
	nwin=window.open('','_blank','height='+hf+',width='+wf+',left='+(screen.width-wf)/2+',top='+(screen.height-hf)/2+'menubar=no,toolbar=no,location=no,directories=no,status=no,resizable=no,scrollbars=no');
	
    nwin.document.write(content);
	}
	
function fnsb(s,i,wf,hf)
	{
	wf=wf+225;
	nwin=window.open('/str/max_img.php?ita='+s+'&art='+i+'','_blank','height='+hf+',width='+wf+',left='+(screen.width-wf)/2+',top='+(screen.height-hf)/2+'menubar=no,toolbar=no,location=no,directories=no,status=no,resizable=no,scrollbars=yes');
	}
	
