function AllerVers(formulaire)
{
if (formulaire.Livres.options[formulaire.Livres.selectedIndex].value != "") window.location.href= formulaire.Livres.options[formulaire.Livres.selectedIndex].value + ".htm"
}
IE4 = (document.all) ? 1 : 0
Affich = "<TABLE cellspacing='0' cellpadding='2' border=0><FORM><TR align='center'><TD><font face='Verdana,Arial' size=-1>"
Affich += "<SELECT name='Livres' onChange='AllerVers(this.form)'"
if (IE4) Affich += " STYLE='font-family:Verdana,Arial; font-size:10px; background-color:#C95F0E; font-color:white;'"
Affich += ">"
Affich += "<option value='index' selected"
if (IE4) Affich += " STYLE='color:white;'"
Affich += ">CLIQUEZ POUR CHOISIR UN TITRE"
Affich += "<option value ='metiers'"
if (IE4) Affich += " STYLE='color:white;'"
Affich += ">Hist. des M&Eacute;TIERS"
Affich += "<option value ='jeux'"
if (IE4) Affich += " STYLE='color:white;'"
Affich += ">Hist. des JEUX, JOUETS et AMUSEMENTS"
Affich += "<option value ='naufrages'"
if (IE4) Affich += " STYLE='color:white;'"
Affich += ">R&eacute;cits des NAUFRAGES c&eacute;l&egrave;bres"
Affich += "</SELECT></font>"
Affich += "</TD></TR></FORM></TABLE>"
document.write(Affich)
