_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0

with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=2;
fontsize="";
fontstyle="";
fontfamily="";
subimage="";
subimagepadding="0";
}

with(menuStyle=new mm_style()){
onbgcolor="#0033CC";
offbgcolor="#000099";
oncolor="#FFFFFF";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="Normal";
fontweight="Normal";
fontfamily="Verdana";
itemwidth="150";
itemheight="25";
align="Left";
subimage="images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("2")){
style=menuStyle;
aI("text=Mensaje del presidente;url=dynamicdata/Mensajedelpresidente.asp;status=Mensaje del presidente;");
aI("text=Mesa directiva;url=dynamicdata/Mesadirectiva.asp;status=Mesa directiva;");
aI("text=Estatutos;url=dynamicdata/estatutos.asp;status=Estatutos;");
aI("text=Plan estratégico;url=quienes_somos.asp;status=Plan estratégico;");
}

with(sat=new menuname("3")){
style=menuStyle;
aI("text=Directorio;url=dynamicdata/Directorio.asp;status=Directorio;");
}

with(sat=new menuname("11")){
style=menuStyle;
aI("text=Eventos del mes;url=dynamicdata/INFORMACIONDIPLOMADO.asp;status=Eventos del mes;");
}

drawMenus();

