/*<![CDATA[ */
function mostra(nome,stato){
scartoscroll=document.documentElement.scrollTop;
var newaddr=nome.substr(0,nome.length -10)+".jpg";
	document.getElementById('chiudizoom').style.width=350+"px";
	document.getElementById('zoom').style.width=350+"px";
	document.getElementById('zoom').style.height=137+"px";
	document.getElementById('ombra').style.width=350+"px";
	document.getElementById('ombra').style.height=137+"px";
	document.getElementById('zoom').style.top=160+scartoscroll+"px";
	document.getElementById('ombra').style.top=170+scartoscroll+"px";
	document.getElementById('zoom').style.left=185+"px";
	document.getElementById('ombra').style.left=175+"px";
	document.getElementById('immzoom').src="img/loading.gif";
if(stato){
document.getElementById('zoom').style.visibility=stato;
document.getElementById('ombra').style.visibility=stato;
}else{
document.getElementById('zoom').style.visibility="visible";
document.getElementById('ombra').style.visibility="visible";
}
myimage=new Image();
myimage.src=newaddr;
myimage.onload=function(){
	document.getElementById('immzoom').src=this.src;
	document.getElementById('zoom').style.width=this.width+"px";
	document.getElementById('zoom').style.height=this.height+24+"px";
	document.getElementById('ombra').style.width=this.width+"px";
	document.getElementById('ombra').style.height=this.height+24+"px";
	document.getElementById('chiudizoom').style.width=this.width+"px";
	document.getElementById('zoom').style.left=(720-this.width)/2+"px";
	document.getElementById('ombra').style.left=(720-this.width)/2-10+"px";
	}
}
/*]]>*/
