 function cottura(foto) {
   numero = foto;
   var w = 600;
   var h = 400;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
   var stili = "width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ", status=yes, menubar=no, toolbar=no, resizable=yes, scrollbars=yes";  
   var testo = window.open("", "", stili);
      testo.document.write("<html xmlns='http://www.w3.org/1999/xhtml' lang='it'>\n");
      testo.document.write("<meta http-equiv='content-type' content='text/html; charset=iso-8859-1' />\n");
      testo.document.write("<title>IDAC</title>\n");
	  testo.document.write("<style type='text/css' media='screen'>body{margin: 0;padding: 0; background: #000;}</style> \n")
      testo.document.write("</head>\n");
      testo.document.write("<body>\n");
      testo.document.write("<center><img src='images/sistemi/foto" + numero + ".jpg' border='0' /></center>\n");
      testo.document.write("</body>\n");
      testo.document.write("</html>");
	  
 };
 

 function cristalli(foto) {
   numero = foto;
   var w = 600;
   var h = 400;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
   var stili = "width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ", status=yes, menubar=no, toolbar=no, resizable=yes, scrollbars=yes";  
   var testo = window.open("", "", stili);
      testo.document.write("<html xmlns='http://www.w3.org/1999/xhtml' lang='it'>\n");
      testo.document.write("<meta http-equiv='content-type' content='text/html; charset=iso-8859-1' />\n");
      testo.document.write("<title>IDAC</title>\n");
	  testo.document.write("<style type='text/css' media='screen'>body{margin: 0;padding: 0; background: #000;}</style> \n")
      testo.document.write("</head>\n");
      testo.document.write("<body>\n");
      testo.document.write("<center><img src='images/cristalli/foto" + numero + ".jpg' border='0' /></center>\n");
      testo.document.write("</body>\n");
      testo.document.write("</html>");
	  
 };
 
 function porcell(foto) {
   numero = foto;
   var w = 600;
   var h = 400;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
   var stili = "width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ", status=yes, menubar=no, toolbar=no, resizable=yes, scrollbars=yes";  
   var testo = window.open("", "", stili);
      testo.document.write("<html xmlns='http://www.w3.org/1999/xhtml' lang='it'>\n");
      testo.document.write("<meta http-equiv='content-type' content='text/html; charset=iso-8859-1' />\n");
      testo.document.write("<title>IDAC</title>\n");
	  testo.document.write("<style type='text/css' media='screen'>body{margin: 0;padding: 0; background: #000;}</style> \n")
      testo.document.write("</head>\n");
      testo.document.write("<body>\n");
      testo.document.write("<center><img src='images/porcellane/foto" + numero + ".jpg' border='0' /></center>\n");
      testo.document.write("</body>\n");
      testo.document.write("</html>");
	  
 };
 
 function intimo(foto) {
   numero = foto;
   var w = 600;
   var h = 400;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
   var stili = "width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ", status=yes, menubar=no, toolbar=no, resizable=yes, scrollbars=yes";  
   var testo = window.open("", "", stili);
      testo.document.write("<html xmlns='http://www.w3.org/1999/xhtml' lang='it'>\n");
      testo.document.write("<meta http-equiv='content-type' content='text/html; charset=iso-8859-1' />\n");
      testo.document.write("<title>IDAC</title>\n");
	  testo.document.write("<style type='text/css' media='screen'>body{margin: 0;padding: 0; background: #000;}</style> \n")
      testo.document.write("</head>\n");
      testo.document.write("<body>\n");
      testo.document.write("<center><img src='images/intimo/foto" + numero + ".jpg' border='0' /></center>\n");
      testo.document.write("</body>\n");
      testo.document.write("</html>");
	  
 };

 function caffe(foto) {
   numero = foto;
   var w = 600;
   var h = 400;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
   var stili = "width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ", status=yes, menubar=no, toolbar=no, resizable=yes, scrollbars=yes";  
   var testo = window.open("", "", stili);
      testo.document.write("<html xmlns='http://www.w3.org/1999/xhtml' lang='it'>\n");
      testo.document.write("<meta http-equiv='content-type' content='text/html; charset=iso-8859-1' />\n");
      testo.document.write("<title>IDAC</title>\n");
	  testo.document.write("<style type='text/css' media='screen'>body{margin: 0;padding: 0; background: #000;}</style> \n")
      testo.document.write("</head>\n");
      testo.document.write("<body>\n");
      testo.document.write("<center><img src='images/caffe/foto" + numero + ".jpg' border='0' /></center>\n");
      testo.document.write("</body>\n");
      testo.document.write("</html>");
	  
 };

 function notte(foto) {
   numero = foto;
   var w = 600;
   var h = 400;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
   var stili = "width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ", status=yes, menubar=no, toolbar=no, resizable=yes, scrollbars=yes";  
   var testo = window.open("", "", stili);
      testo.document.write("<html xmlns='http://www.w3.org/1999/xhtml' lang='it'>\n");
      testo.document.write("<meta http-equiv='content-type' content='text/html; charset=iso-8859-1' />\n");
      testo.document.write("<title>IDAC</title>\n");
	  testo.document.write("<style type='text/css' media='screen'>body{margin: 0;padding: 0; background: #000;}</style> \n")
      testo.document.write("</head>\n");
      testo.document.write("<body>\n");
      testo.document.write("<center><img src='images/notte/foto" + numero + ".jpg' border='0' /></center>\n");
      testo.document.write("</body>\n");
      testo.document.write("</html>");
	  
 };

 function corredo(foto) {
   numero = foto;
   var w = 600;
   var h = 400;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
   var stili = "width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ", status=yes, menubar=no, toolbar=no, resizable=yes, scrollbars=yes";  
   var testo = window.open("", "", stili);
      testo.document.write("<html xmlns='http://www.w3.org/1999/xhtml' lang='it'>\n");
      testo.document.write("<meta http-equiv='content-type' content='text/html; charset=iso-8859-1' />\n");
      testo.document.write("<title>IDAC</title>\n");
	  testo.document.write("<style type='text/css' media='screen'>body{margin: 0;padding: 0; background: #000;}</style> \n")
      testo.document.write("</head>\n");
      testo.document.write("<body>\n");
      testo.document.write("<center><img src='images/corredo/foto" + numero + ".jpg' border='0' /></center>\n");
      testo.document.write("</body>\n");
      testo.document.write("</html>");
	  
 };

 function promozioni(foto) {
   numero = foto;
   var w = 600;
   var h = 400;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
   var stili = "width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ", status=yes, menubar=no, toolbar=no, resizable=yes, scrollbars=yes";  
   var testo = window.open("", "", stili);
      testo.document.write("<html xmlns='http://www.w3.org/1999/xhtml' lang='it'>\n");
      testo.document.write("<meta http-equiv='content-type' content='text/html; charset=iso-8859-1' />\n");
      testo.document.write("<title>IDAC</title>\n");
	  testo.document.write("<style type='text/css' media='screen'>body{margin: 0;padding: 0; background: #000;}</style> \n")
      testo.document.write("</head>\n");
      testo.document.write("<body>\n");
      testo.document.write("<center><img src='images/promozioni/foto" + numero + ".jpg' border='0' /></center>\n");
      testo.document.write("</body>\n");
      testo.document.write("</html>");
	  
 };
