

_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(menuStyle=new mm_style()){
//onbgcolor="#99A4A9";
//oncolor="#E4DEBE";
//offbgcolor="#99A4A9";
//offcolor="#ffffff";
//bordercolor="#296488";
//borderstyle="solid";
//borderwidth=1;
//separatorcolor="#2D729D";
//separatorsize="0";
//padding=1;
//fontsize="11";
//fontstyle="normal";
//fontfamily="Arial, Helvetica, sans-serif";
//pagecolor="black";
//pagebgcolor="#99A4A9";
//headercolor="#000000";
//headerbgcolor="#ffffff";
subimage="menu/arrow2.gif";
//subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
//outfilter="randomdissolve(duration=0.3)";
oncolor="#ffffff";
offcolor="#DADADA";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
padding=3;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Helvetica, sans-serif";
//menubgimage="viz/logobg.gif";
}


with(menuStyle2=new mm_style()){
onbgcolor="#D1CBAA";
oncolor="#000000";
offbgcolor="#000066";
offcolor="#FFFFFF";
bordercolor="#555555";
borderstyle="solid";
borderwidth=1;
separatorcolor="#555555";
separatorsize="0";
padding=3;
fontsize="12";
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
//pagecolor="000000";
//pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="menu/arrow2.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
//outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="center"
top="offset=140";
left="offset=96";
alwaysvisible=1;
orientation="horizontal";
aI("text=;url=;");
aI("text=<b>HOME</b>&nbsp;&nbsp;&nbsp;;url=index.html;");
aI("text=<b>SERVICES OFFERED</b>&nbsp;&nbsp;&nbsp;;url=services.html;");
aI("text=&nbsp;<b>MISSION STATEMENT</b>&nbsp;&nbsp;&nbsp;;url=mission.html;");
aI("text=<b>PROFILE</b>;showmenu=profile;");
aI("text=<b>CONTACT</b>&nbsp;&nbsp;&nbsp;;url=contact.html;");


}



with(milonic=new menuname("profile")){
style=menuStyle2;
top="offset=1";
aI("text=Profile;url=profile.html;");
aI("text=Bio;url=bio.html;");
aI("text=Resume&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=resume.html;");
}

with(milonic=new menuname("resources")){
style=menuStyle2;
top="offset=1";
aI("text=articles;url=articles.html;");
aI("text=newsletter;url=newsletter.html;");
}



drawMenus();

