<!--
function productos(theForm,grupo,servicio){
	theForm.grupoServicioId.value=grupo;
	theForm.servicioId.value=servicio;
	theForm.submit();
}
function valida(theForm){
}
//-->