


_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=0               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
itemwidth=150;
onbgcolor="#fcfcfc";
oncolor="#FF7800";
offbgcolor="#f2f6f9";
offcolor="#4280BD";
bordercolor="#CDCDCD";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CDCDCD";
separatorsize="1";
padding=5;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=AllImagesStyle;
top=67;
align="center";
alwaysvisible=1;
orientation="horizontal";
aI("showmenu=aboutus;image=images/default_04.gif;overimage=images/default-over_04.gif;");
aI("showmenu=services;image=images/default_05.gif;overimage=images/default-over_05.gif;");
aI("url=clients.htm;image=images/default_06.gif;overimage=images/default-over_06.gif;");
aI("url=articles.htm;image=images/default_07.gif;overimage=images/default-over_07.gif;");
aI("url=contact-us.htm;image=images/default_08.gif;overimage=images/default-over_08.gif;");
}

with(milonic=new menuname("aboutus")){
style=menuStyle;
aI("text=Profile;url=profile.htm;");
aI("text=Our Mission;url=our-mission.htm;");
aI("text=Our Vision;url=our-vision.htm;");
aI("text=Our Team;url=our-team.htm;");
}

with(milonic=new menuname("services")){
style=menuStyle;
aI("text=Consultancy Services;url=consultancy-services.htm;");
aI("text=Executive Selection;url=executive-selection.htm;");
aI("text=Business Strategists;url=business-strategists.htm;");
aI("text=Training & Development;url=training-and-development.htm;");
aI("text=Customized Programme;url=customized-programme.htm;");
}

drawMenus();