


_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=5               // 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(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
onbgcolor="#236923";
oncolor="#3FBE3F";
offbgcolor="#4FB015";
offcolor="#FFF";
bordercolor="#C7EFAE";
borderstyle="solid";
borderwidth=1;
separatorcolor="#49A414";
separatorsize="1";
padding=8;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="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("Main Menu")){
style=AllImagesStyle;

alwaysvisible=1;
orientation="horizontal";
aI("url=aboutus.html;showmenu=aboutus;status=Aboutus;image=images/aboutus.jpg;overimage=images/aboutus_hover.jpg;");
aI("url=services.html;showmenu=services;status=Services;image=images/services.jpg;overimage=images/services_hover.jpg;");
aI("url=publication.html;status=Publication;image=images/publication.jpg;overimage=images/publication_hover.jpg;");
aI("url=careers.html;status=Careers;image=images/careers.jpg;overimage=images/careers_hover.jpg;");
aI("url=download.html;status=Download;image=images/download.jpg;overimage=images/download_hover.jpg;");
aI("url=inquiry.html;status=Inquiry;image=images/inquiry.jpg;overimage=images/inquiry_hover.jpg;");
}

with(milonic=new menuname("services")){
style=menuStyle;
aI("text=Consulting Services;url=consultingservices.html;status=Consulting Services - services;");
aI("text=Analytical Laboratory Services;url=analyticallaboratoryservices.html;status=Analytical Laboratory Services;");
aI("text=Specialized Services;url=specializedservices.html;status=Specialized Services;");
aI("text=Environmental R&D and Analytical Laboratory Services;url=environmental-rdlaboratory-services.html;status=Environmental R & D and Analytical Laboratory Services;");
aI("text=R & D Services;url=rdservices.html;status=R & D Services;");
aI("text=Troubleshooting, Operation & Maintenance Services;url=troubleshootings-ervices.html;status=Troubleshooting, Operation & Maintenance Services;");


}

with(milonic=new menuname("aboutus")){
style=menuStyle;
aI("text=Profile;url=profile.html;status=Profile - About Us;");
aI("text=Our Mission;url=ourmission.html;status=Our Mission;");
aI("text=Our Vision;url=ourvision.html;status=Our Vision;");
aI("text=Capability Statement;url=capabilitystatement.html;status=Capability Statement;");
aI("text=Green Infrastructure;url=greeninfrastructure.html;status=Green Infrastructure;");


}

drawMenus();

