function buildmail ()
{
var html="";
html+="<form method=POST action=\"http://www.dentecariato.it/contactus/FormMail.pl\">";
html+="<input type=\"hidden\" name=\"redirect\" value=\"http://www.dentecariato.it/grazie.htm\"/>";
html+="<input type=\"hidden\" name=\"recipient\" value=\"dottore@dentecariato.it\"/>";
html+="<input type=\"hidden\" name=\"subject\" value=\"Parere da www.dentecariato.it\"/>";
html+="<input type=\"hidden\" name=\"domain\" value=\"dentecariato.it\"/>";
html+="<input type=\"hidden\" name=\"print_config\" value=\"subject,email\"/>";
html+="<input type=\"hidden\" name=\"required\" value=\"email\"/>";
html+="<input type=\"hidden\" name=\"env_report\" value=\"REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT\"/>";
html+="<input type=\"hidden\" name=\"print_blank_fields\" value=\"1\"/>";
html+="<input type=\"hidden\" name=\"missing_fields_redirect\" value=\"http://www.dentecariato.it/error.htm\"/>";
html+="<table width=\"100%\">";
html+="<tr><td>&nbsp;</td><td></td></tr>";
html+="<tr><td>E-mail:&nbsp;(*)&nbsp;</td><td><input type=\"text\" size=\"40\" name=\"email\"/></td></tr>";
html+="<tr><td>&nbsp;</td><td></td></tr>";
html+="<tr><td colspan=\"2\">Parere:&nbsp;</td></tr>";
html+="<tr><td colspan=\"2\"><select size=\"1\" name=\"parere\">";
html+="<option selected value=\"5 - Eccellente\">5 - Eccellente. Tornero' a leggere altri articoli.</option>";
html+="<option value=\"4 - Discreto\">4 - Discreto. Tornero' presto.</option>";
html+="<option value=\"3 - Buono\">3 - Buono. Si puo' migliorare.</option>";
html+="<option value=\"2 - Insufficiente\">2 - Insufficiente. Non ho trovato cio' che cercavo.</option>";
html+="<option value=\"1 - Non ci torno piu'\">1 - Non ci torno piu'.</option>";
html+="</select>";
html+="</td></tr>";
html+="<tr><td>&nbsp;</td><td></td></tr>";
html+="<tr><td>Osservazioni:</td><td></td></tr>";
html+="<tr><td colspan=\"2\"><textarea name=\"messaggio\" rows=\"10\" cols=\"50\"></textarea></td></tr>";
html+="<tr><td>&nbsp;</td><td></td></tr>";
html+="<tr><td colspan=\"2\"><input type=\"checkbox\" name=\"privacy\" value=\"ON\" checked />";
html+="In ottemperanza ai dettami della legge 675/96, autorizzo il trattamento dei miei dati personali";
html+=" nell'ambito delle finalità e modalità di cui all'oggetto. In nessun caso i miei dati potranno essere";
html+=" ceduti a terzi.</td></tr>";
html+="<tr><td>&nbsp;</td><td></td></tr>";
html+="<tr><td><input type=\"submit\" value=\"INVIA\"/></td><td><input type=\"reset\" value=\"ANNULLA\"/></td></tr>";
html+="</table>";
html+="</form>";
document.write(html);

}
