_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 Netscape 4.x


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
offbgcolor="#ffffff";
offcolor="#203346";
onbgcolor="#203346";
oncolor="#ffffff";
pagebgcolor="#203346";
pagecolor="#ffffff";
bordercolor="#203346";
borderstyle="solid";
borderwidth=1;
separatorcolor="#333333";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#ffffff";
headerbgcolor="#203346";
subimage="";
subimagepadding="4";
overfilter="";
outfilter="";
}

with(milonic=new menuname("Investors")){
style=menuStyle;
itemwidth=132;
aI("text=Corporate Profile;url=/s/Corporate_Profile.asp;status=Corporate Profile;");
aI("text=Share/Corporate History;url=/s/Share_Corporate_History.asp;status=Share/Corporate History;");
aI("text=Mission Statement;url=/s/Mission_Statement.asp;status=Mission Statement;");
aI("text=Corporate Directory;url=/s/Corporate_Directory.asp;status=Corporate Directory;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financial Statements;url=/s/Financial_Statements.asp;status=Financial Statements;");
aI("text=Financial Calendar;url=/s/Financial_Calendar.asp;status=Financial Calendar;");
aI("text=Share Capital;url=/s/ShareStructure.asp;status=Share Capital;");
aI("text=Equity Financings;url=/s/Equity_Financings.asp;status=Equity Financings;");
aI("text=Stock Info;url=/s/Stock_Info.asp;status=Stock Info;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Photos;url=/s/Photos.asp;status=Photos;");
aI("text=Corporate & Social Responsibility;url=/s/Corporate_Responsibility.asp;status=Corporate & Social Responsibility;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
aI("text=Links;url=/s/Links.asp;status=Links;");
aI("text=Disclaimer;url=/s/Disclaimer.asp;status=Disclaimer;");
}

with(milonic=new menuname("Operations")){
style=menuStyle;
itemwidth=139;
aI("text=Overview;url=/s/Operations.asp;status=Overview;");
}



with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/Contact.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();