


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#006699";
offcolor="#ffffff";
bordercolor="#006699";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=4;
itemwidth=115;
fontsize="70%";
fontstyle="normal";
fontfamily="Geneva, Arial, Helvetica, sans-serif";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#ffffff";
headerbgcolor="#000000";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.3)";

}


with(milonic=new menuname("about_us")){
style=menuStyle;
overflow="scroll";
aI("text=Overview;url=about_us.html;");
aI("text=Forum Topics;url=forum_topics.html;");
}

with(milonic=new menuname("fellows")){
style=menuStyle;
aI("text=Overview;url=fellows_profiles.html;");
}

with(milonic=new menuname("news_events")){
style=menuStyle;
aI("text=News;url=news.html;");
aI("text=Calendar of Events;url=calendar.html;");
}

with(milonic=new menuname("resources")){
style=menuStyle;
aI("text=Online Forum;url=online_forum.html;");
aI("text=Links;url=links.html;");
aI("text=Partners;url=partners.html;");
}


drawMenus();

