// JavaScript Document

<!-- Selección de Entes y servidores de información Estadística

function pejecutivo_entes() {
var i = document.forms[0].pejecutivo.selectedIndex;
 if (i > 0)
	window.location.href = "javascript:AbrirVentana('/ine/EnlacesDeInteres/entes.asp?ClaveEnt=" + document.forms[0].pejecutivo.options[document.forms[0].pejecutivo.selectedIndex].value + "')";
}
function pestamuni_entes() {
var j = document.forms[1].pestamuni.selectedIndex;
 if (j > 0)
	window.location.href = "javascript:AbrirVentana('/ine/EnlacesDeInteres/entes.asp?ClaveEnt=" + document.forms[1].pestamuni.options[document.forms[1].pestamuni.selectedIndex].value + "')";
}
//-->
