function partir(valor){
   if (valor.selectedIndex != 0)
   {
    window.location = valor.value;
   }
}
