// JavaScript Document
function Hit(form){
   choice = form.rubrik.options[form.rubrik.selectedIndex].value;
   if (choice!="x")
       top.location.href=choice;
}

function Hit_b_image(form){
   choice = form.couleur.options[form.couleur.selectedIndex].value;
   if (choice!="x")
       top.location.href=choice;
}

function Hit_b_taille(form){
   choice = form.taille.options[form.taille.selectedIndex].value;
   if (choice!="x")
       op.location.href=choice;
}