function categoria(c){
	document.frmCat.nIdCat.value=c
	document.frmCat.submit()
}

