var secciones = new Array('Conócenos,?SEC=conoce&sub=1','Encuéntranos,?SEC=encuentranos','Participa,?SEC=participa&sub=2','Ultima hora,?SEC=ultima','Investiga,?SEC=descargas'); function CreaSelect(opciones) { res='
'; return res; } function JumpMenu(targ,selObj,restore){ //v3.0 eval(targ+".location='http://www.profesionalesetica.com/"+selObj.options[selObj.selectedIndex].value+"'"); if (restore) selObj.selectedIndex=0; }