
<!-- 
function cambia(ImageName,ImageFile){
document.images[ImageName].src = ImageFile;
}
// -->


var winW = screen.width;
var winH = screen.height;

function zoom(perc,lingo) {
	//alert('popup');
	var url=perc;
	var nome='zoom';
	var foto = lingo;
	var w = 820;
	var h = 820;
	var l = (winW - w) / 2;
	var t = (winH - h) / 2;

    var mywin=window.open("about:blank","mypopup",'width='+w+'px,height='+h+'px,top='+t+'px,left='+l+'px,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0');
	//alert(mywin.document.location);
	mywin.focus();
	mywin.document.write('<html><head><meta http-equiv="imagetoolbar" content="no"><title>'+nome+'</title></head><body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" bgcolor="#000000">');
	mywin.document.write('<table cellspacing="0" cellpadding="0" border="0" width="100%" height="100%"><tr><td align="center" onclick="window.close()" style="cursor:hand;cursor:pointer"><img src="GetFlyImage.aspx?FileName='+foto+'&MaxWidth=799&MaxHeight=799&jpegQuality=90" border="0"></td></tr></table>');
	mywin.document.write('<table cellspacing="0" cellpadding="0" border="0" width="100%" height="100%"><tr><td align="center" class="testoBia">clicca sulla finestra per chiudere</td></tr></table>');
	mywin.document.write('</body></html>');
	mywin.document.close();

	//mywin.document.location = url;
}


function zoom1(perc,lingo,w,h) { //v3.0
 var url=perc;
 var nome='zoom';
 var foto = lingo.replace(/.jpg/gi, '_b.jpg');
 
//    window.open(url,"_blank","width=300px,height=300px,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0");

	w+=30;
	h+=30;
	var l = (winW - w) / 2;
	var t = (winH - h) / 2;
// alert(foto+"\nw="+w+"\nh="+h)
    var mywin=window.open("about:blank","mypopup",'width='+w+'px,height='+h+'px,top='+t+'px,left='+l+'px,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0');
	mywin.focus();
	mywin.document.write('<html><head><meta http-equiv="imagetoolbar" content="no"><title>'+nome+'</title></head><body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" bgcolor="#000000">');
	mywin.document.write('<table cellspacing="0" cellpadding="0" border="0" width="100%" height="100%"><tr><td align="center" onclick="window.close()" style="cursor:hand;cursor:pointer"><img src="'+foto+'" galleryimg="no"></td></tr></table>');
	mywin.document.write('<table cellspacing="0" cellpadding="0" border="0" width="100%" height="100%"><tr><td align="center" class="testoBia">clicca sulla finestra per chiudere</td></tr></table>');
	mywin.document.write('</body></html>');
	mywin.document.close();
	//alert(mywin.document.location);
	//mywin.document.location = url;
}

function stampaform1(link,largo,alto){
	msg=open(link,'nome',"toolbar=no,directories=no,menubar=no,width="+largo+",height="+alto+",resizable=no,scrollbars=no,left=350,top=300");
}

var stile = "width=760, height=800, status=no, menubar=no, toolbar=no, scrollbar=yes";
function stampaform(ff){
aa=window.open(ff, "", stile);
}

//-->


//<link href="stili/coni.CSS" rel="stylesheet" type="text/css">