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




with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="80%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#000000";
offcolor="#f0ff00";
onbgcolor="#f0ff00";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#77777', Direction=135, Strength=3)";
padding=7;
pagebgcolor="#ff00f7";
pagecolor="black";
separatorcolor="#313131";
separatorsize=1;
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=index.php;");
aI("showmenu=programa;text=El Programa;");
aI("showmenu=ediciones;text=Ediciones Anteriores;");
aI("text=Contacto");
}

with(milonic=new menuname("ediciones")){
overflow="scroll";
style=menuStyle;
aI("text=SAB 10/09/2011;url=sab-09-09.php;");
aI("text=SAB 10/09/2011;url=sab-09-09.php;");
aI("text=SAB 10/09/2011;url=sab-09-09.php;");
aI("text=SAB 10/09/2011;url=sab-09-09.php;");
aI("text=SAB 10/09/2011;url=sab-09-09.php;");
aI("text=SAB 10/09/2011;url=sab-09-09.php;");
aI("text=SAB 10/09/2011;url=sab-09-09.php;");
aI("text=SAB 10/09/2011;url=sab-09-09.php;");
aI("text=SAB 10/09/2011;url=sab-09-09.php;");
}

with(milonic=new menuname("programa")){
style=menuStyle;
aI("text=Historia;url=construccion.php;");
aI("text=El conductor;url=construccion.php;");
aI("text=Anuncie;url=construccion.php;");
aI("text=Milenio en su Radio;url=construccion.php;");
}

drawMenus();


