_menuCloseDelay=250           // 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=40                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset - was 2
_subOffsetLeft=-2             // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
}


with(menuStyle1=new mm_style()){
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";

bordercolor="gray";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="1";
padding=4;
fontsize="12px";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";

/*
pagecolor="#004B72";
pagebgcolor="#e4e4e4";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow_black_right.gif";
subimagepadding="2";
*/
itemwidth="105";
}

with(mymenu=new menuname("AboutUs")){
style=menuStyle1;
MenuArr("text=partners;url=partners.asp;;");
}


with(mymenu=new menuname("Services")){
style=menuStyle1;
MenuArr("url=oil_gas.asp;text=oil & gas;");
MenuArr("url=refining.asp;text=refining;");
MenuArr("url=power.asp;text=power;");
MenuArr("url=pulp_paper.asp;text=pulp & paper;");
MenuArr("url=mining.asp;text=mining;");
}

with(mymenu=new menuname("Contact")){
style=menuStyle1;
MenuArr("url=contact_us.asp;text=contact us;");
MenuArr("url=valve_enquiry.asp;text=valve enquiry;");
}

with(mymenu=new menuname("CValves")){
style=menuStyle1;
MenuArr("url=globe_style.asp;text=globe style;");
MenuArr("url=butterfly.asp;text=butterfly;");
MenuArr("url=vee_ball.asp;text=vee ball;");
MenuArr("url=eccentric_plug.asp;text=eccentric plug;");
MenuArr("url=positioners.asp;text=valve positioners;");
}










