function autoluglio(e,f,g,h,titolo) {
   var stili = "width=420, height=250, top=0, left=0, status=no, menubar=no, toolbar=no, scrollbar=no";
   var testo = window.open("", "", stili);
      testo.document.write("<html>");
      testo.document.write("<head>");
      testo.document.write("<title>Appartamenti Vieste</title>");
	  testo.document.write("<style type=text/css>.stili {color:#00f;");
      testo.document.write(" font-size:14px;}</style>");
      testo.document.write("</head>");
      testo.document.write("<body>");
      testo.document.write("<table style='font-weight:bold; text-align:center; ");
      testo.document.write("font-size:15px; color:#036;font-family:Trebuchet MS,");
      testo.document.write(" Verdana' align=center cellSpacing=2");
      testo.document.write(" cellPadding=2 width=400 border=1>");
      testo.document.write("<TR><td width=180><u>LISTINO PREZZI<br>");
      testo.document.write("VILLA ELISA VIESTE</u></td>");
      testo.document.write("<td width=200>"+titolo+"</td></tr>");
      testo.document.write("<TR><td>31 Luglio - 7 Agosto</td>");
      testo.document.write("<td class=stili>"+e+"</td></tr>");
      testo.document.write("<TR><td>7 - 21 Agosto</td>");
      testo.document.write("<td class=stili>"+f+"</td></tr>");
      testo.document.write("<TR><td>21 - 28 Agosto</td>");
      testo.document.write("<td class=stili>"+g+"</td></tr>");
      testo.document.write("<tr><td>Contributo pulizia finale</td>");
      testo.document.write("<td class=stili>"+h+"</td></tr>");
      testo.document.write("<tr><td colspan=2>Il prezzo in euro, per ");
      testo.document.write("l'intero appartamento per ogni settimana di vacanza a");
      testo.document.write(" Vieste, include consumo di<br>acqua, luce, gas e");
      testo.document.write(" <u>aria condizionata</u>.");
      testo.document.write("</td></tr></table>");
      testo.document.write("</body>");
      testo.document.write("</html>");
 }
 function auto(e,f,g,h,titolo) {
   var stili = "width=420, height=250, top=0, left=0, status=no, menubar=no, toolbar=no, scrollbar=no";
   var testo = window.open("", "", stili);
      testo.document.write("<html>");
      testo.document.write("<head>");
      testo.document.write("<title>Appartamenti Vieste</title>");
	  testo.document.write("<style type=text/css>.stili {color:#00f;");
      testo.document.write(" font-size:14px;}</style>");
      testo.document.write("</head>");
      testo.document.write("<body>");
      testo.document.write("<table style='font-weight:bold; text-align:center; ");
      testo.document.write("font-size:15px; color:#036;font-family:Trebuchet MS,");
      testo.document.write(" Verdana' align=center cellSpacing=2");
      testo.document.write(" cellPadding=2 width=400 border=1>");
      testo.document.write("<TR><td width=180><u>LISTINO PREZZI<br>");
      testo.document.write("VILLA ELISA VIESTE</u></td>");
      testo.document.write("<td width=200>"+titolo+"</td></tr>");
      testo.document.write("<TR><td> 1 - 8 Agosto</td>");
      testo.document.write("<td class=stili>"+e+"</td></tr>");
      testo.document.write("<TR><td>8 - 22 Agosto</td>");
      testo.document.write("<td class=stili>"+f+"</td></tr>");
      testo.document.write("<TR><td>22 - 29 Agosto</td>");
      testo.document.write("<td class=stili>"+g+"</td></tr>");
      testo.document.write("<tr><td>Contributo pulizia finale</td>");
      testo.document.write("<td class=stili>"+h+"</td></tr>");
      testo.document.write("<tr><td colspan=2>Il prezzo in euro, per ");
      testo.document.write("l'intero appartamento per ogni settimana di vacanza a");
      testo.document.write(" Vieste, include consumo di<br>acqua, luce, gas e");
      testo.document.write(" <u>aria condizionata</u>.");
      testo.document.write("</td></tr></table>");
      testo.document.write("</body>");
      testo.document.write("</html>");
 }