function auto(m,e,f,g,h,titolo) {
    j=Math.floor(m);
	a=4+j;	b=11+j;   c=18+j;   d=25+j;
   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>.stile {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("VACANZE A VIESTE</u></td>");
      testo.document.write("<td width=200>"+titolo+"</td></tr>");
	  testo.document.write("<TR><td>"+a+" -"+b+" Agosto</td>");
      testo.document.write("<td class=stile>"+e+"</td></tr>");
      testo.document.write("<TR><td>"+b+"-"+c+" Agosto</td>");
      testo.document.write("<td class=stile>"+f+"</td></tr>");
      testo.document.write("<TR><td>"+c+"-"+d+" Agosto</td>");
      testo.document.write("<td class=stile>"+g+"</td></tr>");
      testo.document.write("<tr><td>Contributo pulizia finale</td>");
      testo.document.write("<td class=stile>"+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>");
 }
