<!--
function finestra(nome)
	{
if(navigator.appName=="Netscape"){
apre=window.open(nome,'Zoom','width=600,height=400,scrollbars=1');
		}
if(navigator.appName=="Microsoft Internet Explorer"){
apre=window.open('','Zoom','width=600,height=400');
if(apre && !apre.closed){apre.close()}
apre=window.open('','Zoom','width=600,height=400,scrollbars=1');
apre.document.write("\<html\>\<head\>\<title\>Santuario del Carmine: zoom immagine\<\/title\>\<\/head\>\<body bgcolor=\"#bbccdd\"\>\<center\>\<img src=\""+nome+"\" border=0\>\<\/body\>\<\/html\>")
		}
else{
apre=window.open(nome,'Zoom','width=600,height=400,scrollbars=1');
		}
apre.focus();
	}
//-->
