<!--
function sucursales(theForm,estadoId){
	theForm.estadoId.value=estadoId;
	theForm.submit();
}
function valida(theForm){
	return (true);
}
//-->
