﻿


_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="";
borderstyle="";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#8dbcd4";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#024668";
bordercolor="#BEBEBE";
borderstyle="solid";
borderwidth="1";
separatorcolor="#BEBEBE";
separatorsize="1";
padding=4;
fontsize="12px";
fontweight="normal";
fontstyle="normal";
fontfamily="Arial";
}

with(menu=new menuname("About")){
style=menuStyle;
overflow="scroll";
aI("text=Approach;url=about.asp?ContentId=184;itemwidth=137;");
aI("text=Staff;url=aboutStaff.asp?ContentId=185;itemwidth=137;");
aI("text=Industries;url=aboutIndustries.asp?ContentId=186;itemwidth=137;");
aI("text=Clients;url=aboutClients.asp?ContentId=192;itemwidth=137;");
aI("text=Careers;url=aboutCareers.asp?ContentId=194;itemwidth=137;");
}



drawMenus();