function Salto(targ,selObj,restore,destino,que){ //v3.0
        if( que == 'valores' ){
                if( selObj.options[selObj.selectedIndex].value == 0 ){
                        eval(targ+".location='/fondos/index.php?r=fs&a=vl'");
                } else {
                        eval(targ+".location='"+destino+selObj.options[selObj.selectedIndex].value+"#2'");
                }
        } else {
                eval(targ+".location='"+destino+selObj.options[selObj.selectedIndex].value+"'");
        }
                if (restore) selObj.selectedIndex=0;
        }

function ir_ficha(){
         select_dos = document.f_fondos.fichas.options[document.f_fondos.fichas.selectedIndex].value;
                  if( select_dos  == '0'){
                      // destino = '/fondos/index.php?id=a213529ee2bffcb24cb64b9153818036';
                      destino = '/fondos/index.php?id=331c63d0cba0e9a184462b6eacf43ff2';
                  } else {
                     destino = document.f_fondos.fichas.options[document.f_fondos.fichas.selectedIndex].value;
                  }
                  location.href=destino;
         }

function ir_valor(){
         select_dos = document.f_fondos.valores.options[document.f_fondos.valores.selectedIndex].value;
                  if( select_dos  == '0'){
                      //destino = '/fondos/index.php?id=a213529ee2bffcb22ee0908e0b1bfe4f0cacd4a6585111f6';
                      destino = '/fondos/index.php?id=331c63d0cba0e9a131e26f725a9bafb28daea6f4dabe5351';
                  } else {
                     destino = document.f_fondos.valores.options[document.f_fondos.valores.selectedIndex].value;
                     destino = destino + '#2';
                  }
                  location.href=destino;
}

function ir_informe(){
         select_dos = document.getElementById('informes').value;
                  if( select_dos  == '0'){
                      //destino = '/fondos/index.php?id=a213529ee2bffcb22ee0908e0b1bfe4f0cacd4a6585111f6';
                      destino = '/fondos/revista/index.php';
                  } else {
                     destino = select_dos;
                  }
                  //blank.location.href=destino;
                  window.open(destino, "pdf");
}

function ir_memoria(){
//         select_dos = document.f_fondos.valores.options[document.f_fondos.valores.selectedIndex].value;
         select_dos = document.getElementById('memorias').value;
                  if( select_dos  == '0'){
                      //destino = '/fondos/index.php?id=a213529ee2bffcb22ee0908e0b1bfe4f0cacd4a6585111f6';
                      destino = '/fondos/revista/memorias.php';
                  } else {
                     destino = select_dos;
                  }
                  //location.href=destino;
                  window.open(destino, "pdf");
}

function ir_documentacion(){
//  select_dos = document.f_fondos.valores.options[document.f_fondos.valores.selectedIndex].value;
  select_dos = document.getElementById('documentacion').value;
           if( select_dos  == '0'){
               destino = '/fondos/revista/index.php?';
           } else {
              destino = select_dos;
           }
           //location.href=destino;
           location.href=destino;
}

function ir_documentacion_sicav(){
  select_dos = document.getElementById('documentacion_sicav').value;
           if( select_dos  == '0'){
               destino = '/fondos/index.php';
           } else {
              destino = select_dos;
           }
           //location.href=destino;
           location.href=destino;
}

