fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
screenposition="center";
menualign="center"; 
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
itemwidth=114;
itemheight=50;
offcolor="#ffffff";
oncolor="#c6db1a";
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=100))";
rawcss="padding-top:10px;padding-bottom:5px";
separatorcolor="#000000";
separatorsize=0;
subimagepadding=2;
align="center";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#00579A";//00579A->418ED6
offcolor="#ffffff";
onbgcolor="#00579A";
oncolor="#c6db1a";
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=90))";
padding=6;
pagecolor="black";
separatorsize=1;
subimage="white_7x7.gif";
subimagepadding=8;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
menualign="center"; 
orientation="horizontal";
screenposition="center";
style=menuStyle;
//aI("target=ventana");
aI("align=center;bgimage=boton.gif;text=Inicial;url=inicial.php;target=ventana");
aI("align=center;bgimage=boton.gif;showmenu=debes;text=Debes Saber;");
//aI("align=center;bgimage=boton.gif;text=Reuniones;url=reuniones.php;target=ventana");
aI("align=center;bgimage=boton.gif;showmenu=reuniones;text=Reuniones;");
aI("align=center;bgimage=boton.gif;showmenu=radio;text=Radio Instrumental;target=ventana");
aI("align=center;bgimage=boton.gif;text=Recursos;url=recursos.php;target=ventana");
aI("align=center;bgimage=boton.gif;text=Contactenos;url=contactenos.php;target=ventana");
}

with(milonic=new menuname("debes")){
style=submenuStyle;
//aI("target=ventana");
aI("text=Quienes Somos;url=quienes.php;target=ventana");
aI("text=Nuestra Doctrina;url=doctrina.php;target=ventana");
aI("text=Articulos de Fe;url=articulos.php;target=ventana");
}

with(milonic=new menuname("reuniones")){
style=submenuStyle;
//aI("target=ventana");
aI("text=Horarios;url=reuniones.php;target=ventana");
aI("text=Calendario Mes;url=calendario.php;target=ventana");
}


with(milonic=new menuname("radio")){
style=submenuStyle;
//aI("");
aI("text=Radio Media Player;url=media.php;target=ventana");
aI("text=Radio iTunes;url=itunes.php;target=ventana");
}





drawMenus();

