var chemin=document.choix.menu

function lien(i){
if(i!=0){
cible=document.choix.menu[i].value
if(cible!=0)
{self.location.href=cible}}
}

document.choix.menu.selectedIndex = 0;