x = 100;y = 0;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="600" height="600" 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=600&imgH=600" /><param name="quality" value="high" /><embed src="../imagezoom.swf?image=../immagini/foto/big/'+nome+'.jpg&imagebig=../immagini/foto/big2/'+nome+'.jpg&imgW=600&imgH=600" quality="high"  width="600" height="600" 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_collezione\',\'\')" style="text-decoration: none"><strong>Chiudi Finestra</strong></a>';	//alert('pino');}function placeIt(obj){	altezza=screen.height;	//posizione=altezza-260-245;			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('layer1_collezione')",500);}setTimeout("placeIt('layer1_collezione')",500);