document.write("<select name=\"_TITRE\">");
document.write("<option value=\"Hello from the Alps\">Hello from Maurienne</option>");
document.write("<option value=\"Hello from [%NOMPRENOM1%]\">Hello from (Your name)</option>");
document.write("</select>");

