// Generation date : Manual

document.write('<select name="origine_appel" class="MiniNoir">');
document.write('<OPTION VALUE="chezmoi">de chez moi</OPTION>');
//document.write('<OPTION VALUE="cabine">d\'une cabine</OPTION>');
//document.write('<OPTION VALUE="amis">de chez des amis</OPTION>');
//document.write('<OPTION VALUE="pc2ph">avec mon PC</OPTION>');
document.write('</select>');