function Rubrique () {
choixrub = document.menu.choixrub.options[document.menu.choixrub.selectedIndex].value;
if (choixrub != "--") { top.location.href = choixrub; }
else { return false; }
                
}
