<!--
function openImage(opImage,opDescr){
 win = window.open("","_blank","top=20,left=100,width=333,height=333,resizable=0,scrollbars=0");
 win.document.open();
 win.document.write ("<html><head>")
win.document.write ("<title>Associazione Centro Ester ~ Ente morale</title></head><body bgcolor='#ffffff'><center>");
 win.document.write ("<img name='imageTest' border=0 src='"+opImage+"' onLoad='window.resizeTo(document.imageTest.width+50,document.imageTest.height+105)'><br>"+opDescr+"<br><a href='javascript:self.close()'><font color='#0a58ab'><b> Chiudi </b></font></a></center></body></html>");
// win.document.write ("<script type='text/javascript' language='JavaScript' src='java/tastod.js'></script>");
win.document.close();
}
//-->



