fixMozillaZIndex=true;
_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="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#2a89d5";
oncolor="#000000";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#2a89d5";
headercolor="#000000";
headerbgcolor="#2a89d5";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Overview;url=/s/Overview.asp;status=Overview;");
aI("text=Company Strategy;url=/s/CompanyStrategy.asp;status=Company Strategy;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
//aI("text=Social Responsibility;url=/s/SocialResponsibility.asp;status=Social Responsibility;");
aI("text=Hughes Team;url=/s/HughesTeam.asp;status=Hughes Team;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Overview;url=/s/Projects.asp;status=Overview;");
//aI("text=Resources;url=/s/Resources.asp;status=Resources;");
aI("text=Loveland;url=/s/Loveland.asp;status=Loveland;");
aI("text=Maskooch;url=/s/Maskooch.asp;status=Maskooch;");
aI("text=Horwood;url=/s/Horwood.asp;status=Horwood;");
aI("text=Other Projects;url=/s/OtherProjects.asp;status=Other Projects;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Financial Reports;url=/s/FinancialReports.asp;status=Financial Reports;");
aI("text=Media;url=/s/Media.asp;status=Media;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/ContactUs.asp;status=Contact Info;");
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();