_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="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#4D617C";
oncolor="#ffffff";
offbgcolor="#D7DCE2";
offcolor="#0D2547";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="";
separatorsize="0";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="verdana,Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#4D617C";
headercolor="#ffffff";
headerbgcolor="#4D617C";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Main Menu")){
style=AllImagesStyle;
top=51;
left=322;
alwaysvisible=1;
orientation="horizontal";
aI("url=/s/NewsReleases.asp;image=/i/menu/investors-off.gif;overimage=/i/menu/investors-on.gif;pageimage=/i/menu/investors-on.gif;");
aI("url=/s/CompanyProfile.asp;image=/i/menu/company-off.gif;overimage=/i/menu/company-on.gif;pageimage=/i/menu/company-on.gif;");
aI("url=/s/Projects.asp?ReportID=95453;image=/i/menu/projects-off.gif;overimage=/i/menu/projects-on.gif;pageimage=/i/menu/projects-on.gif;");
aI("url=/s/Environment.asp;image=/i/menu/corp-resp-off.gif;overimage=/i/menu/corp-resp-on.gif;pageimage=/i/menu/corp-resp-on.gif;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Related Reports;url=/s/RelatedReports.asp;status=Related Reports;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
aI("text=Related Web Sites;url=/s/RelatedSites.asp;status=Related Web Sites;");
}


with(milonic=new menuname("comp")){
style=menuStyle;
aI("text=Management;url=/s/OfficersandDirectors.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}


with(milonic=new menuname("Side Menu")){
style=AllImagesStyle;
top=5;
left=638;
alwaysvisible=1;
orientation="vertical";
aI("url=/s/Contacts.asp;image=/i/menu/contact-off.gif;overimage=/i/menu/contact-on.gif;pageimage=/i/menu/contact-on.gif;");
aI("url=/s/QwikReport.asp;image=/i/menu/qwikreport-off.gif;overimage=/i/menu/qwikreport-on.gif;pageimage=/i/menu/qwikreport-on.gif;");
aI("url=/s/Home.asp;image=/i/menu/home-off.gif;overimage=/i/menu/home-on.gif;pageimage=/i/menu/home-on.gif;");
}


drawMenus();