var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=440,width=370');
	if (window.focus) {newwindow.focus()}
}


// Objeto de deteccion del navegador
function DetectorNavegador() {
  //this.NS4 = document.layers;
  //this.IE4 = document.all;
  this.DOM = document.getElementById;
  this.DHTML = this.NS4 || this.IE4 || this.DOM;
}

var soporta = new DetectorNavegador();
var menu = new Array();
var menuActivo = null;

// Objeto Menu
function activarMenu() {
  if (soporta.DHTML && menuActivo != this) {
    if (menuActivo) menuActivo.ocultar();
    menuActivo = this;
    this.mostrar();
  }
}

function mostrarMenu() {
  eval(this.capaRefStr + this.estiloRefStr + '.visibility = "visible"');
  if (soporta.DOM)
        this.domRef.style.display = "block";
}

function ocultarMenu() {
  eval(this.capaRefStr + this.estiloRefStr + '.visibility = "hidden"');
}

function cambiarPosicionMenu(top, left) {
  eval(this.capaRefStr + this.estiloRefStr + this.topRefStr + ' = top');
  eval(this.capaRefStr + this.estiloRefStr + this.leftRefStr + ' = left');
  if (soporta.DOM)
        this.domRef.style.display = "none";
}

function Menu(capaID, top, left, width) {
  this.activar = activarMenu;
  this.mostrar = mostrarMenu;
  this.ocultar = ocultarMenu;
  this.cambiarPosicion = cambiarPosicionMenu;
  if (soporta.DOM) {
    this.domRef = document.getElementById(capaID);
        this.domRef.style.width = width;
    this.domRef.style.display = "none";
  }     
  this.capaRefStr = (soporta.NS4) ?
    'document["'+capaID+'"]' :
    ((soporta.IE4) ? 'document.all["'+capaID+'"]' : 'this.domRef');
  this.estiloRefStr = (soporta.NS4) ? '' : '.style';
  this.topRefStr = (soporta.IE4) ? '.pixelTop' : '.top';
  this.leftRefStr = (soporta.IE4) ? '.pixelLeft' : '.left';
  this.cambiarPosicion(top, left);
}

// Manejo de eventos
function ocultarMenuActivo(e) {
  if (menuActivo) {
    menuActivo.ocultar();
    menuActivo = null;
  }
}

// Inicializacion
function inicializar() {
  if (soporta.DHTML) {
    if (soporta.NS4)
      document.captureEvents(Event.MOUSEUP);
    document.onmouseup = ocultarMenuActivo;
  }

//Institucion 

  menu[1] = new Menu("menu1", 1, 1, 1);
  menu[2] = new Menu("menu2", 470 , 60, 600);
  menu[3] = new Menu("menu3", 470 , 60, 600);
  menu[4] = new Menu("menu4", 470 , 60, 600);
  menu[5] = new Menu("menu5", 470 , 60, 600);
  menu[6] = new Menu("menu6", 470 , 60, 600);
  menu[7] = new Menu("menu7", 470 , 60, 600);
  menu[8] = new Menu("menu8", 470 , 60, 600);
  menu[9] = new Menu("menu9", 470 , 60, 600);
  menu[10] = new Menu("menu10", 470 , 60, 600);
  menu[11] = new Menu("menu11", 470 , 60, 600);
  menu[12] = new Menu("menu12", 470 , 60, 600);
  menu[13] = new Menu("menu13", 470 , 60, 600);
  menu[14] = new Menu("menu14", 470 , 60, 600);
  menu[15] = new Menu("menu15", 470 , 60, 600);
  menu[16] = new Menu("menu16", 470 , 60, 600);
  menu[17] = new Menu("menu17", 470 , 60, 600);
  menu[18] = new Menu("menu18", 470 , 60, 600);
  menu[19] = new Menu("menu19", 470 , 60, 600);
  menu[20] = new Menu("menu20", 470 , 60, 600);
  menu[21] = new Menu("menu21", 470 , 60, 600);
  menu[22] = new Menu("menu22", 470 , 60, 600);
  menu[23] = new Menu("menu23", 470 , 60, 600);
  menu[24] = new Menu("menu24", 470 , 60, 600);
  menu[25] = new Menu("menu25", 470 , 60, 600);
  menu[26] = new Menu("menu26", 470 , 60, 600);
   menu[27] = new Menu("menu27", 470 , 60, 600);
   menu[28] = new Menu("menu28", 470 , 60, 600);
   menu[29] = new Menu("menu29", 470 , 60, 600);
   menu[30] = new Menu("menu30", 470 , 60, 600);
   menu[31] = new Menu("menu31", 470 , 60, 600);
      menu[32] = new Menu("menu32", 470 , 60, 600);
       menu[33] = new Menu("menu33", 470 , 60, 600);

}


{
//____________________________________________________
alt0 = new Image();
alt0.src = "../imagenes/mapa_opaco_completo.jpg";
//____________________________________________________
alt1 = new Image();
alt1.src = "../imagenes/mapa_ags.jpg";
graphic1= new Image();
graphic1.src = "../imagenes/ags_2.gif";
graphic1on = new Image();
graphic1on.src = "../imagenes/ags_1.gif";

alt2 = new Image();
alt2.src = "../imagenes/mapa_bc.jpg";
graphic2= new Image();
graphic2.src = "../imagenes/bc_2.gif";
graphic2on = new Image();
graphic2on.src = "../imagenes/bc_1.gif";

alt3 = new Image();
alt3.src = "../imagenes/mapa_bcs.jpg";
graphic3= new Image();
graphic3.src = "../imagenes/bcs_2.gif";
graphic3on = new Image();
graphic3on.src = "../imagenes/bcs_1.gif";

alt4 = new Image();
alt4.src = "../imagenes/mapa_cam.jpg";
graphic4= new Image();
graphic4.src = "../imagenes/cam_2.gif";
graphic4on = new Image();
graphic4on.src = "../imagenes/cam_1.gif";

alt5 = new Image();
alt5.src = "../imagenes/mapa_chia.jpg";
graphic5= new Image();
graphic5.src = "../imagenes/chia_2.gif";
graphic5on = new Image();
graphic5on.src = "../imagenes/chia_1.gif";

alt6 = new Image();
alt6.src = "../imagenes/mapa_chih.jpg";
graphic6= new Image();
graphic6.src = "../imagenes/chih_2.gif";
graphic6on = new Image();
graphic6on.src = "../imagenes/chih_1.gif";

alt7 = new Image();
alt7.src = "../imagenes/mapa_coa.jpg";
graphic7= new Image();
graphic7.src = "../imagenes/coa_2.gif";
graphic7on = new Image();
graphic7on.src = "../imagenes/coa_1.gif";


alt8 = new Image();
alt8.src = "../imagenes/mapa_col.jpg";
graphic8= new Image();
graphic8.src = "../imagenes/col_2.gif";
graphic8on = new Image();
graphic8on.src = "../imagenes/col_1.gif";


alt9 = new Image();
alt9.src = "../imagenes/mapa_df.jpg";
graphic9= new Image();
graphic9.src = "../imagenes/df_2.gif";
graphic9on = new Image();
graphic9on.src = "../imagenes/df_1.gif";

alt10 = new Image();
alt10.src = "../imagenes/mapa_dur.jpg";
graphic10= new Image();
graphic10.src = "../imagenes/dur_2.gif";
graphic10on = new Image();
graphic10on.src = "../imagenes/dur_1.gif";


alt11 = new Image();
alt11.src = "../imagenes/mapa_mex.jpg";
graphic11= new Image();
graphic11.src = "../imagenes/em_2.gif";
graphic11on = new Image();
graphic11on.src = "../imagenes/em_1.gif";


alt12 = new Image();
alt12.src = "../imagenes/mapa_gua.jpg";
graphic12= new Image();
graphic12.src = "../imagenes/guan_2.gif";
graphic12on = new Image();
graphic12on.src = "../imagenes/guan_1.gif";

alt13 = new Image();
alt13.src = "../imagenes/mapa_gue.jpg";
graphic13= new Image();
graphic13.src = "../imagenes/gue_2.gif";
graphic13on = new Image();
graphic13on.src = "../imagenes/gue_1.gif";

alt14 = new Image();
alt14.src = "../imagenes/mapa_hid.jpg";
graphic14= new Image();
graphic14.src = "../imagenes/hgo_2.gif";
graphic14on = new Image();
graphic14on.src = "../imagenes/hgo_1.gif";

alt15 = new Image();
alt15.src = "../imagenes/mapa_jal.jpg";
graphic15= new Image();
graphic15.src = "../imagenes/jal_2.gif";
graphic15on = new Image();
graphic15on.src = "../imagenes/jal_1.gif";


alt16 = new Image();
alt16.src = "../imagenes/mapa_mich.jpg";
graphic16= new Image();
graphic16.src = "../imagenes/mich_2.gif";
graphic16on = new Image();
graphic16on.src = "../imagenes/mich_1.gif";


alt17 = new Image();
alt17.src = "../imagenes/mapa_mor.jpg";
graphic17= new Image();
graphic17.src = "../imagenes/mor_2.gif";
graphic17on = new Image();
graphic17on.src = "../imagenes/mor_1.gif";

alt18 = new Image();
alt18.src = "../imagenes/mapa_nay.jpg";
graphic18= new Image();
graphic18.src = "../imagenes/nay_2.gif";
graphic18on = new Image();
graphic18on.src = "../imagenes/nay_1.gif";

alt19 = new Image();
alt19.src = "../imagenes/mapa_nl.jpg";
graphic19= new Image();
graphic19.src = "../imagenes/nl_2.gif";
graphic19on = new Image();
graphic19on.src = "../imagenes/nl_1.gif";


alt20 = new Image();
alt20.src = "../imagenes/mapa_oax.jpg";
graphic20= new Image();
graphic20.src = "../imagenes/oax_2.gif";
graphic20on = new Image();
graphic20on.src = "../imagenes/oax_1.gif";


alt21 = new Image();
alt21.src = "../imagenes/mapa_pue.jpg";
graphic21= new Image();
graphic21.src = "../imagenes/pue_2.gif";
graphic21on = new Image();
graphic21on.src = "../imagenes/pue_1.gif";

alt22 = new Image();
alt22.src = "../imagenes/mapa_qro.jpg";
graphic22= new Image();
graphic22.src = "../imagenes/qro_2.gif";
graphic22on = new Image();
graphic22on.src = "../imagenes/qro_1.gif";

alt23 = new Image();
alt23.src = "../imagenes/mapa_qroo.jpg";
graphic23= new Image();
graphic23.src = "../imagenes/qroo_2.gif";
graphic23on = new Image();
graphic23on.src = "../imagenes/qroo_1.gif";

alt24 = new Image();
alt24.src = "../imagenes/mapa_sin.jpg";
graphic24= new Image();
graphic24.src = "../imagenes/sin_2.gif";
graphic24on = new Image();
graphic24on.src = "../imagenes/sin_1.gif";


alt25 = new Image();
alt25.src = "../imagenes/mapa_slp.jpg";
graphic25= new Image();
graphic25.src = "../imagenes/slp_2.gif";
graphic25on = new Image();
graphic25on.src = "../imagenes/slp_1.gif";


alt26 = new Image();
alt26.src = "../imagenes/mapa_son.jpg";
graphic26= new Image();
graphic26.src = "../imagenes/son_2.gif";
graphic26on = new Image();
graphic26on.src = "../imagenes/son_1.gif";

alt27 = new Image();
alt27.src = "../imagenes/mapa_tab.jpg";
graphic27= new Image();
graphic27.src = "../imagenes/tab_2.gif";
graphic27on = new Image();
graphic27on.src = "../imagenes/tab_1.gif";

alt28 = new Image();
alt28.src = "../imagenes/mapa_tam.jpg";
graphic28= new Image();
graphic28.src = "../imagenes/tam_2.gif";
graphic28on = new Image();
graphic28on.src = "../imagenes/tam_1.gif";

alt29 = new Image();
alt29.src = "../imagenes/mapa_tlax.jpg";
graphic29= new Image();
graphic29.src = "../imagenes/tlax_2.gif";
graphic29on = new Image();
graphic29on.src = "../imagenes/tlax_1.gif";

alt30 = new Image();
alt30.src = "../imagenes/mapa_ver.jpg";
graphic30= new Image();
graphic30.src = "../imagenes/ver_2.gif";
graphic30on = new Image();
graphic30on.src = "../imagenes/ver_1.gif";

alt31 = new Image();
alt31.src = "../imagenes/mapa_yuc.jpg";
graphic31= new Image();
graphic31.src = "../imagenes/yuc_2.gif";
graphic31on = new Image();
graphic31on.src = "../imagenes/yuc_1.gif";


alt32 = new Image();
alt32.src = "../imagenes/mapa_zac.jpg";
graphic32= new Image();
graphic32.src = "../imagenes/zac_2.gif";
graphic32on = new Image();
graphic32on.src = "../imagenes/zac_1.gif";
}

function imageChange (imageID,imageName,imageID2,imageName2) {
{
document.images[imageID].src = eval(imageName + ".src");
document.images[imageID2].src = eval(imageName2 + ".src");
}
}

