

_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=2               // 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(XPMenuStyle=new mm_style()){
onbgcolor="#def3fe";
oncolor="#000000";
offbgcolor="transparent";
offcolor="#000000";
bordercolor="#4890CD";
borderstyle="solid";
borderwidth=1;
separatorcolor="#4890CD";
separatorpadding="1";
separatoralign="right";
separatorwidth="100%";
padding=3;
fontsize="90%";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana";
image="images/menudot-green.gif";
subimage="images/arrow.gif";
onborder="0px solid #4890CD";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
menubgimage="images/winxp.gif";
}

with(milonic=new menuname("ourcompany")){
style=XPMenuStyle;
top=3;
left=76;
aI("text=Overview;url=overview.htm;status=;separatorsize=1;");
aI("text=Vision &amp; Mision;url=visionandmission.htm;status=;separatorsize=1;");
aI("text=Our Core Values;url=corevalues.htm;status=;separatorsize=1;");
aI("text=HSE &amp; Comm. Relations;url=relations.htm;status=;separatorsize=1;");
aI("text=Management Team;url=team.htm;status=;separatorsize=1;");
aI("text=Partners;url=partners.htm;status=;separatorsize=1;");
aI("text=Latest News;url=news.htm;status=;separatorsize=1;");

}

with(milonic=new menuname("productsandservices")){
style=XPMenuStyle;
top=3;
left=183;
aI("text=Our Products;url=products.htm;status=;separatorsize=1;");
aI("text=Our Services;showmenu=pd;url=services.htm;status=;separatorsize=1;");
aI("text=Downloads;url=downloads.htm;status=;separatorsize=1;");

}

with(milonic=new menuname("pd")){
style=XPMenuStyle;
aI("text=Process Diagnostics;url=processdiagnosticservices.htm;status=;separatorsize=1;");
aI("text=Sand Management;url=sandmanagementservices.htm;status=;separatorsize=1;");

}

with(milonic=new menuname("customers")){
style=XPMenuStyle;
top=3;
left=325;
aI("text=Customer Benefits;url=customerbenefits.htm;status=;separatorsize=1;");
aI("text=List of Customers;url=listofcustomers.htm;status=;separatorsize=1;");
aI("text=Success Stories;url=stories.htm;status=;separatorsize=1;");
aI("text=Feedback;url=feedback.htm;status=;separatorsize=1;");

}
drawMenus();

