x = 100;y = 50;function setVisible(obj,nome){	obj = document.getElementById(obj);	//obj.style.visibility = (obj.style.visibility == 'visible') ? 'hidden' : 'visible';	obj.style.display = (obj.style.display == 'block') ? 'none' : 'block';	//obj.innerHTML='<img src=../immagini/foto/big/'+nome+'.jpg><br><a href="javascript:setVisible(\'layer1\',\'\')" style="text-decoration: none"><strong>Chiudi Finestra</strong></a>';	obj.innerHTML='<object wmode=transparent classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="800" height="490" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="../imagezoom.swf?image=../immagini/foto/big/'+nome+'.jpg&imagebig=../immagini/foto/big2/'+nome+'.jpg&imgW=800&imgH=490" /><param name="quality" value="high" /><embed src="../imagezoom.swf?image=../immagini/foto/big/'+nome+'.jpg&imagebig=../immagini/foto/big2/'+nome+'.jpg&imgW=800&imgH=490" quality="high"  width="800" height="490" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /><param name=wmode value=transparent></object><br><a href="javascript:setVisible(\'layer1\',\'\')" style="text-decoration: none"><strong>Chiudi Finestra</strong></a>';	}function placeIt(obj){	altezza=screen.height;	//posizione=altezza-260-245;	objNOME=obj;		obj = document.getElementById(obj);	if (document.documentElement)	{		theLeft = document.documentElement.scrollLeft;		theTop = document.documentElement.scrollTop;			}	else if (document.body)	{		theLeft = document.body.scrollLeft;		theTop = document.body.scrollTop;	}	theLeft += x+0;	theTop += y;	obj.style.left = theLeft + 'px' ;	obj.style.top = theTop + 'px' ;	setTimeout("placeIt(objNOME)",500);}function POPUP_setVisible(obj){		objNOME=obj;	obj = document.getElementById(obj);		//obj.style.visibility = (obj.style.visibility == 'visible') ? 'hidden' : 'visible';	obj.style.display = (obj.style.display == 'block') ? 'none' : 'block';	//obj.innerHTML='<img src=../immagini/foto/big/'+nome+'.jpg><br><a href="javascript:setVisible(\'layer1\',\'\')" style="text-decoration: none"><strong>Chiudi Finestra</strong></a>';		obj.innerHTML='<p align=center><a href="javascript:setVisible(\''+objNOME+'\')" style="text-decoration: none"><a href=../store><img border=0 src=../banner/popup.jpg></a></p><a href="javascript:setVisible(\''+objNOME+'\')" style="text-decoration: none"><strong>Close </strong></a>';	}setTimeout("placeIt('layer1')",500);
