document.write("<select name=\"_TITRE\" class=\"combo\">");
document.write("<option value=\"A quick hello from Passy...\">a quick hello from Passy...</option>");
document.write("<option value=\"A quick hello from [%NOMPRENOM1%]\">a quick hello from ( Your name )</option>");
document.write("</select>");

