function menuSalto(menu){
  //document.write("sdasd");
eval("location.href='" + menu.options[menu.selectedIndex].value + "'");
}