function OpenMenu(id) {
		if (id.className == "open") 
		id.className="close";
		else  id.className="open";
	}
	
function ShowFoto(name, x, y)
{
eval("Foto=window.open('','_blank','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+x+",height="+y+",top=100,left=300')");
Foto.document.clear();
Foto.document.write('<html><head><title> </title></head><BODY MARGINGHEIGHT=0  MARGINWIDTH=0 leftmargin=0 topmargin=0>');
Foto.document.write('<img src='+name+'>');
Foto.document.write('</body></html>');
Foto.document.close();
}


/* function ShowAd(ad1src,ad1link,ad2src,ad2link) 
{
var a=Math.round(Math.random()*10);
//alert(a);
if (a>=5) document.write('<a href="' + ad1link + '"><img src="' + ad1src + '" alt="" border="0"></a>');
else document.write('<a href="' + ad2link + '"><img src="' + ad2src + '" alt="" border="0"></a>');
}

function Ad(a) {
   if (!document.phpAds_used) document.phpAds_used = ',';
   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
   
   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
   document.write ("http://www.bellydance.ru/phpAdsNew/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=zone:" +a);
   document.write ("&amp;exclude=" + document.phpAds_used);
   if (document.referrer)
      document.write ("&amp;referer=" + escape(document.referrer));
   document.write ("'><" + "/script>");
   }
   
*/


