<!-- Begin
ilnegozio = new Image();
ilnegozio.src = "ilnegozio_over.gif";
legriffe = new Image();
legriffe.src = "legriffe_over.gif";
contatti = new Image();
contatti.src = "contatti_over.gif";

function apri(f,d,largo,alto)
{
var finestra=window.open("", f, config="height="+alto+",width="+largo+", resizable=0, toolbar=0, scrollbars=0, menubar=0, location=0, directories=0, status=0");
finestra.document.write("<html>");
finestra.document.write("<title>Photo</title>");
finestra.document.write("<body bgcolor=#A06E32 link=#ffffff alink=#ffffff vlink=#ffffff>");
finestra.document.write("<center>");
finestra.document.write("<img src=./"+d+"/"+f+".jpg>");
finestra.document.write("<P>");
finestra.document.write("<font face='verdana, arial' size=2><a href='' onClick='self.close()'>CHIUDI</a>");
finestra.document.write("</html>");
finestra.focus()
}

// End -->
