function frm_recargar(me,idioma,plantilla,tipo) { var indice; indice = me.options[me.options.selectedIndex].value; document.location.href="/countries/"+ idioma +"/tpl/"+ plantilla + "/sections/find/find_"+ tipo+".php?CODCAT=" + indice; return true; }