function popup(imgsrc,title){
var pav_init = "cotto";
img=imgsrc.slice(0,-3);
nw = window.open('', 'nuova', 'width=600,height=520,fullscreen=0,scrollbars=no,resizable=no,alwaysRaised=yes,left=20,top=20,screenX=20,screenY=20');
nw.document.open();
nw.document.write("<html><head><title>Fapla</title>\n");
nw.document.write("<SCRIPT language='JavaScript'>\n");
nw.document.write("function parete(value){\n");
nw.document.write("document.bgColor = value;}\n");
nw.document.write("function pav(tipopav){\n");
nw.document.write("document.images[1].src = 'http://www.fapla-porte.com/home/prodotti/' + tipopav + '.jpg'\n");
nw.document.write("}\n");
nw.document.write("</SCRIPT>\n");
nw.document.write("</head>\n");
nw.document.write("<body bgcolor='#FFFFFF' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>\n");
nw.document.write("<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n");
nw.document.write("  <tr align='center'> \n");
nw.document.write("    <td width='15%' valign='top' bgcolor='#CCCCCC'>   <BR><BR><FONT face='verdana' size='2'>" + title + " \n");
nw.document.write("      <FORM name='form1' method='post' action=''>\n");
nw.document.write("       <BR>pavimento<BR>\n");
nw.document.write("        <BR>\n");
nw.document.write("        <SELECT name='select' onChange='pav(value)'>\n");
nw.document.write("          <OPTION value='cotto' selected>cotto</OPTION>\n");
nw.document.write("          <OPTION value='acero'>acero</OPTION>\n");
nw.document.write("          <OPTION value='noce'>noce</OPTION>\n");
nw.document.write("        </SELECT>\n");
nw.document.write("        <BR><BR><BR>\n");
nw.document.write("        parete<BR>\n");
nw.document.write("        <BR>\n");
nw.document.write("        <SELECT name='select1' onChange='parete(value)'>\n");
nw.document.write("          <OPTION value='white'selected>bianco</OPTION>\n");
nw.document.write("          <OPTION value='cornsilk'>beige</OPTION>\n");
nw.document.write("          <OPTION value='lavender'>lavanda</OPTION>\n");
nw.document.write("          <OPTION value='powderblue'>azzurro</OPTION>\n");
nw.document.write("        </SELECT>\n");
nw.document.write("      </FORM>\n");
nw.document.write("     <BR><BR> <BR><BR><BR><BR><BR>\n");
nw.document.write("      <form>\n");
nw.document.write("      </form>\n");
nw.document.write("   </FONT></td>\n");
nw.document.write("    <td width='70%' align='center' valign='bottom'><IMG src='" + img + "jpg' width='162' height='371'></td>\n");
nw.document.write("  </tr>\n");
nw.document.write("  <tr> \n");
nw.document.write("    <td width='30%' bgcolor='#999999' valign='middle' align='center'> <A href='javascript:self.close()'>chiudi</A></td>\n");
nw.document.write("    <td width='70%'colspan='3' valign='top'><IMG src='http://www.fapla-porte.com/home/prodotti/" + pav_init + ".jpg' width='500' height='138'></td>\n");
nw.document.write("  </tr>\n");
nw.document.write("</table>\n");
nw.document.write("</body></html>\n");
nw.document.close();
}

