//Milionic Menu Code

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(classicsStyle=new mm_style()){
onbgcolor="#cba581";
oncolor="#002953";
offbgcolor="#d77e27";
offcolor="#002953";
bordercolor="#c74a19";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="black";
pagebgcolor="#cba581";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("mainmenu")){
style=classicsStyle;
position="relative";
//menuwidth="100%";
//menualign="center";
alwaysvisible=1;
orientation="vertical";
aI("text= Home;url= index.htm;");
aI("text= About FMS;showmenu=About FMS;");
aI("text= Summer Institute;showmenu=Summer Institute;");
aI("text= Events;url=events_overview.htm;");
aI("text= Projects;url=projects_overview.htm;");
aI("text= Publications;url=publications_overview.htm;");
aI("text= In The News;showmenu=News;");
aI("text= FMS Forum;url=http://fmsproject.org/;");
aI("text= Contact;url=contact.htm;");
}

drawMenus();
