document.writeln('<FORM><SELECT name=lists1 onchange=\"window.open(this.options[this.selectedIndex].value,\'_top\');\">');
document.writeln('<OPTION selected>Leonard de Vinci');
document.writeln('<OPTION>---------------------------------------');
document.writeln('<OPTION value="http://www.blue.fr/vinci/vie/index.html">Sa vie</OPTION>');
document.writeln('<OPTION value="http://www.blue.fr/vinci/dessins/index.html">Ses dessins</OPTION>');
document.writeln('<OPTION value="http://www.blue.fr/vinci/peinture/index.html">Ses peintures</OPTION>');
document.writeln('<OPTION value="http://www.blue.fr/vinci/erreur.html">Gros plan</OPTION>');
document.writeln('<OPTION value="http://www.blue.fr/vinci/erreur.html">Ses inventions</OPTION>');
document.writeln('<OPTION value="http://www.blue.fr/vinci/renaissance/index.html">Epoque renaissance</OPTION>');
document.writeln('<OPTION value="http://www.blue.fr/vinci/erreur.html">Bibliographie</OPTION>');
document.writeln('<OPTION value="http://www.blue.fr/vinci/annexes/index.html">Annexes & liens</OPTION>');
document.writeln('<OPTION>---------------------------------------');
document.writeln('<OPTION value="http://www.blue.fr/vinci/erreur.html">Plan du site');
document.writeln('</SELECT></FORM>');
