/* Copiright by Lorenzo Pavani 2002   	
   to use this script please contact  	
   me at l.p@flashmail.com			*/

function openFoto(img){
	fotow = window.open('','foto','menubar=false,width=400,height=500');
	//fotow.moveTo(5,5);
	fotow.document.open();
	fotow.document.writeln('<html><head><title>Kronimpianti</title><link rel="stylesheet" href="../main.css"></head><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="window.focus();"><table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"><tr valign="middle"><td align="center">');
	fotow.document.writeln('<a href="javascript:self.close();"><img src="'+img+'" border="0" name="i"><br></a>');
	fotow.document.writeln('<script>setTimeout("if(document.images.i.width > 100) window.resizeTo(document.images.i.width+20,document.images.i.height+50);",5000);</script>');
	fotow.document.writeln('</td></tr></table></body></html>');
	fotow.document.close();
}
