<!-- Begin 
function gomonsite(which, win) {
  var n = which.menurub1.selectedIndex;
  if (n != 0) {
    // Verifier s'il s'agit d'un lien interne hash!
    // Sinon il s'agit d'un lien externe href!
    // var premiercar = new string(which.menurub1.options[n].value);
    if (which.menurub1.options[n].value.charAt(1) == "#") {
      location.hash = which.menurub1.value
    }
    else {
      location.href = which.menurub1.options[n].value
    }
  }
}
function goautresite(which, win) {
     n = which.menulien.selectedIndex;
     if (n != 0) {
          location.href = which.menulien.value
     }
}
//
function gosug1(which, win) {
     n = which.menusug1.selectedIndex;
     if (n != 0) {
          location.href = which.menusug1.value
     }
}
//
// End -->
