function redirection()
{
   if (document.menu.liste.options[document.menu.liste.selectedIndex].value != "#")
   {
      f=window.open("");
     f.location.href=window.document.menu.liste.options[window.document.menu.liste.selectedIndex].value ;
   }
} 
