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="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="85%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#4E4F51";
offcolor="#ffffff";
onbgcolor="#EF3924";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=2;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
overflow="scroll";
style=menuStyle;
aI("text=Home;url=http://www.wistrans.org/cfire/;");
aI("showmenu=about;text=About;");
aI("text=Education;url=http://www.wistrans.org/cfire/education.html;");
aI("text=Outreach;url=http://www.wistrans.org/cfire/outreach.html;");
aI("showmenu=research;text=Research;");
aI("text=Calendar;url=http://www.wistrans.org/cfire/calendar.html;");
aI("text=Contact Us;url=http://www.wistrans.org/cfire/contact.html;");
aI("showmenu=news;text=News & Views;");}


with(milonic=new menuname("about")){
overflow="scroll";
style=menuStyle;
aI("text=Overview;url=http://www.wistrans.org/cfire/about/overview.html;")
aI("text=People;url=http://www.wistrans.org/cfire/about/people.html;")
aI("text=Consortium Members;url=http://www.wistrans.org/cfire/about/consortium.html;")
aI("text=Executive Committee;url=http://www.wistrans.org/cfire/about/committee.html;")
aI("text=Partners;url=http://www.wistrans.org/cfire/about/partners.html;")
}

with(milonic=new menuname("research")){
style=menuStyle;
aI("text=Current Projects;url=http://www.wistrans.org/cfire/Research/current.html;");
aI("text=Completed Projects;url=http://www.wistrans.org/cfire/Research/completed.html;");
aI("text=For Researchers;url=http://www.wistrans.org/cfire/Research/researchers.html;");
aI("showmenu=stars;text=STARs;");
}

with(milonic=new menuname("stars")){
style=menuStyle;
aI("text=Design Material;url=http://www.wistrans.org/cfire/Research/stars1.html;");
aI("text=Multimodal Planning;url=http://www.wistrans.org/cfire/Research/stars2.html;");
aI("text=Traffic Ops Safety;url=http://www.wistrans.org/cfire/Research/stars3.html;");
aI("text=Energy & Environment;url=http://www.wistrans.org/cfire/Research/stars4.html;");
}

with(milonic=new menuname("news")){
overflow="scroll";
style=menuStyle;
aI("text=Annual Reports;url=http://www.wistrans.org/cfire/news/annualreports.html;")
aI("text=CFIRE Twitter;url=http://www.wistrans.org/cfire/news/twitter.html;")
aI("text=News;url=http://www.wistrans.org/cfire/news/index.html;")
aI("text=Newsletters;url=http://www.wistrans.org/cfire/news/newsletters.html;")}

drawMenus();

