function xit(nomefile,larghezza,altezza)
{

var nuova_finestra= window.open("", nuova_finestra,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto,resizable=no,width="+(larghezza+10)+",height="+(altezza+50));

var immag="<center><img border='0' src='immagini_x_sito/JPG/" + nomefile + "' width='" + larghezza +"' height='" + altezza + "'></center>";
nuova_finestra.document.writeln(immag);
nuova_finestra.document.writeln("<style type='text/css'>a:link { text-decoration: underline; color: #800000 } a:visited    { text-decoration: underline; color: #800000 } a:hover { text-decoration: underline; color: #FFFF00; background-color: #800000 } </style>");
nuova_finestra.document.title= "Pantheon Decori";
nuova_finestra.document.write("<center><a href='javascript:window.close()'><B>chiudi finestra&nbsp;&nbsp; -&nbsp;click to close</B></a></center>")


// self.alert(immag);
}

