function AffichePage(frm){
if (frm == "Categorie"){
window.location.href =
document.Menu.Categorie.options[document.Menu.Categorie.selectedIndex].value;
}
if (frm == "Bouquet"){
window.location.href =
document.Menu.Bouquet.options[document.Menu.Bouquet.selectedIndex].value;
}
}
