function PopupImageak(immagine) {
	w=open("",'image','width=400,height=400,toolbar=no,scrollbars=yes,resizable=yes');	
	w.document.write("<HTML><HEAD><TITLE>Go 2 Puglia</TITLE></HEAD>");
	w.document.write("<SCR"+"IPT language=javascript>function checksize()  { if (document.images[0].complete) { var larghezzaPop=document.images[0].width+30; var altezzaPop=document.images[0].height+50; if (altezzaPop>650){altezzaPop=650} window.resizeTo(larghezzaPop,altezzaPop); window.focus();} else { setTimeout('check()',250) } }</"+"SCRIPT>");
	w.document.write("<BODY bgcolor='#ffffff' onload='checksize()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><div align='center'><IMG src="+immagine+" border=0>");
	w.document.write("<br><a href='#' onclick='window.close()'><font size=2 face=Verdana, Arial, Helvetica, sans-serif>CHIUDI - CLOSE</font></a>");
	w.document.write("</div></BODY></HTML>");
	w.document.close();
}
