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()){
bordercolor="#838383";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Arial, Helvetica";
fontsize="80%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#cc0000";
onbgcolor="#ffffff";
oncolor="#333333";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#fcd116";
pagecolor="black";
separatorcolor="#838383";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("About")){
overflow="scroll";
style=menuStyle;
aI("text=About 101.3FM;url=../about.htm;")
aI("text=Our Story So Far;url=../ourstory.htm;")
aI("text=Why Listeners Enjoy 101.3FM;url=../listeners.htm;")
aI("text=Meet Our Reception Team;url=../reception.htm;")

}

with(milonic=new menuname("Program")){
style=menuStyle;
aI("text=Program Guide;url=../program_guide.htm;");
aI("text=Podcasts;url=../podcasts.htm;");
aI("text=Presenter Profiles;url=../presenters.htm;");

}

with(milonic=new menuname("Support")){
style=menuStyle;
aI("text=Become A Sponsor;url=../sponsor.htm;");
aI("text=List of Our Sponsors;url=../oursponsors.htm;");
aI("text=Membership;url=../membership.htm;");
aI("text=Subscribers;url=../subscribe.htm;");
aI("text=Download Membership Form;url=../downloadfiles/membership.pdf;");
aI("text=Download Subscriber Form;url=../downloadfiles/subscribe.pdf;");

}

with(milonic=new menuname("Training")){
style=menuStyle;
aI("text=101.3FM Training;url=../training.htm");
aI("text=Our Training History;url=../training_history.htm;");

}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Links to Artist and Band Members;url=../links.htm;");
aI("text=Artists' CDs;url=../artist_cds.htm;");
aI("text=Other Links;url=../otherlinks.htm;");
}

drawMenus();


