_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="#A2A7A4";
oncolor="#000000";
offbgcolor="#525251";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#A2A7A4";
headercolor="#000000";
headerbgcolor="#A2A7A4";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Corporate Profile;url=/s/CorporateProfile.asp;status=Corporate Profile;");
/*aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Board of Directors;url=/s/CorporateDirectory.asp?ReportID=115851;status=Board of Directors;");*/
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
//aI("text=Corporate Directory;url=/s/CorporateDirectory.asp?ReportID=115834,115836;status=Corporate Directory;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=News;url=/s/NewsReleases.asp;status=News;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Projects A;url=/s/Projects.asp;status=Projects A;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Growth Strategy;url=/s/Strategy.asp;status=Growth Strategy;");
aI("text=Corporate Presentation;url=/s/Presentations.asp;status=Corporate Presentation;");
aI("text=Related Web Sites;url=/s/RelatedSites.asp;status=Related Web Sites;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
//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();