// JavaScript Document+
function IRcategoria(){
var frmcatbusqueda;
var qgrupo;
frmcatbusqueda=document.f1.catbusqueda.options[document.f1.catbusqueda.selectedIndex].value;
if(frmcatbusqueda=="n"){
alert('ˇATENCIÓN! \n\n Debe seleccionar una CATEGORIA para poder mostrar los enlaces encontrados bajo la misma \n\n GRACIAS');
document.f1.catbusqueda.focus();
}
else{
qgrupo=document.f1.gr.value;
document.location.href="index.asp?apnv0=../comun/enlaces_index_tipo2.htm&gr="+qgrupo+"&opbusca=busqueda&catbusqueda="+frmcatbusqueda+"";
}
}



