function View_Foto(Wid,Hei,ImageName,Tit) {
//	Wid2=Wid+20;
//	Hei2=Hei+20;
	Wid2=Wid;
	Hei2=Hei;
	newWindow=window.open("","","toolbar=no,location=no,directories=no,status=no,menubar=no,fullscreen=no,scrollbars=no,resizable=yes,width="+Wid2+",height="+Hei2+"");
       var newContent = "<html><head>\n"
       newContent += "<title>" + Tit + "</title></head>\n"
       newContent += "<body bgcolor=\"#ffffff\" marginheight=\"0\" marginwidth=\"0\" topmargin=\"0\" leftmargin=\"0\">\n"
       newContent += "<img border=0 src=\"" + ImageName + "\"" + " width=\"" + Wid + "\" height=\"" + Hei + "\"></a>\n"
	newContent+="<div style=\"position:absolute;left:0px;top:0px;\"><img src=\"/images/1x1.gif\" width="+Wid+" height="+Hei+"></div>"
       newWindow.document.writeln(newContent)
       newWindow.document.writeln("</body></html>")
       newWindow.document.close()
  }

function img_over(imgName,src) {
document.images[imgName].src=src;
return true;
}


function ViewT(T,W,H) {
newWindow=window.open("/cgi-bin/view.cgi?id="+T,"","toolbar=no,location=no,directories=no,status=no,menubar=no,fullscreen=no,scrollbars=yes,resizable=no,width="+550+",height="+600+"");
  }

function menuOpen1(id)
	{
	OpenClose(document.getElementById('razdel'+id));
	}
function FmenuOpen(id)
	{
	OpenClose(document.getElementById('frazdel'+id));
	}	
function menuOpen2(id)
	{
	OpenClose2(document.getElementById('razdel'+id));
	}

function OpenClose(obj)
	{
	if( (obj.style.visibility!='visible') )
		{
		
		obj.style.visibility='visible';
		obj.style.display='block';
		obj.style.position='static';
		}
	else
		{
		obj.style.visibility='hidden';
		obj.style.display='none';
		obj.style.position='absolute';
		}
	}

function OpenClose2(obj)
	{
	if( (obj.style.visibility!='visible') )
		{
		
		obj.style.visibility='visible';
		obj.style.display='inline';
		obj.style.position='relative';
		obj.style.top='10';
		obj.style.left='10';
		}
	else
		{
		obj.style.visibility='hidden';
		obj.style.display='none';
		obj.style.position='absolute';
		}
	}

	
function Flash()
{
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash4/swflash.cab#version=6,0,0,0" width="100%"  wmode="transparent" height="100%" id="1" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="/2.swf" /><param name="quality" value="high" /><PARAM NAME="PLAY" VALUE="true"><PARAM NAME="LOOP" VALUE="true"><embed src="/2.swf" quality="high" width="100%" height="100%" name="1" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>');
}	