

_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="#FBFCD1";
offcolor="#ffffff";
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="#FBFCD1";
oncolor="#000000";
offbgcolor="#8FB8F6";
offcolor="#000000";
bordercolor="#333333";
borderstyle="solid";
borderwidth=1;
separatorcolor="#333333";
separatorsize="1";
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=143";
left="offset=102";
alwaysvisible=1;
orientation="horizontal";
aI("text=;url=;");
aI("text=<b>home&nbsp;&nbsp;</b>;url=index.html;");
aI("text=<b>about</b>;showmenu=aboutus;");
aI("text=<b>services</b>;showmenu=services;");
aI("text=<b>press&nbsp;&nbsp;</b>;url=press.html;");
aI("text=<b>resources</b>;showmenu=resources;");
aI("text=<b>contact us&nbsp;&nbsp;</b>;url=contactus.html;");
aI("text=<b>site map</b>;url=sitemap.html;");
}

with(milonic=new menuname("aboutus")){
style=menuStyle2;
aI("text=about the company&nbsp;&nbsp;;url=aboutus.html;");
aI("text=clients &amp; partners&nbsp;&nbsp;;url=clientspartners.html;");
aI("text=about the founder;url=aboutfounder.html;");
aI("text=methodology;url=methodology.html;");
aI("text=case studies;url=casestudies.html;");
}

with(milonic=new menuname("services")){
style=menuStyle2;
aI("text=products & services;url=services.html;");
aI("text=analysis;url=analysis.html;");
aI("text=strategic & tactical guidance&nbsp;&nbsp;;url=strategic.html;");
aI("text=training;url=training.html;");
}

with(milonic=new menuname("resources")){
style=menuStyle2;
aI("text=publications;url=publications.html;");
aI("text=spotlights;url=spotlib.html;");
aI("text=articles;url=articles.html;");
aI("text=newsletter&nbsp;&nbsp;&nbsp;;url=newsletter.html;");
}



drawMenus();

