<!--		var count = 0;count=count+1;	function popUp(URL) {		if(count==1 || foto.closed == true) {		foto=window.open('','foto','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=480'); 	}		foto.document.open();	foto.document.writeln("<html>");	foto.document.writeln("<head>");	foto.document.writeln("<meta http-equiv=\"content-type\" content=\"text/html;charset=iso-8859-1\">");	foto.document.writeln("<title>Villa Bianca</title>");	foto.document.writeln("</head>");	foto.document.writeln("<body bgcolor=\"#ffffff\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">");	foto.document.writeln("<img width=\"640\" height=\"480\" src=\""+URL+"\">");	foto.document.writeln("</body>");	foto.document.writeln("</html>");	foto.document.close();	foto.focus();	}// -->
