function openPiastrella(image,alt) {
        newWindow = window.open('',"newWindow","width=573,height=430,left=100,top=100");
        newWindow.document.open();
        newWindow.document.write('<html><HEAD><title>...::: Tralice Costruzioni S.r.l. :::...</title>');
		newWindow.document.write('<link href="tralice.css" rel="stylesheet" type="text/css"></HEAD>');
		newWindow.document.write('<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" onBlur="self.close()">');
		newWindow.document.write(alt);
		newWindow.document.write('<img src="/pop2/'+image+'.jpg" width="573" height="430" alt="'+alt+'"><br>&nbsp;</td></tr></table>');
        newWindow.document.write('</body></html>');
        newWindow.document.close();
        newWindow.focus();
}




