_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(mainStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#8ccbfe";
offbgcolor="transparent";
offcolor="#ffffff";
bordercolor="transparent";
borderstyle="none";
borderwidth=0;
separatorcolor="#999999";
separatorsize="1";
separatorheight="15";
padding=4;
fontsize="13";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#8ccbfe";
pagebgcolor="transparent";
headercolor="#8ccbfe";
headerbgcolor="transparent";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#3e3e3e";
oncolor="#8ccbfe";
offbgcolor="#3e3e3e";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#8ccbfe";
pagebgcolor="#3e3e3e";
headercolor="#8ccbfe";
headerbgcolor="#3e3e3e";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
top="offset=5";
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Board of Directors;url=/s/Directors.asp;status=Board of Directors;");
aI("text=Company Consultants;url=/s/Consultants.asp;status=Company Consultants;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=5";
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Presentations/Reports;url=/s/Presentations.asp;status=Presentations/Reports;");
aI("text=AGM Materials;url=/s/AGM.asp;status=AGM Materials;");
aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Important Disclaimer;url=/s/Disclaimer.asp;status=Important Disclaimer;");
aI("text=Upcoming Events;url=/s/UpcomingEvents.asp;status=Upcoming Events;");
}

with(milonic=new menuname("proj")){
style=menuStyle;
top="offset=5";
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top="offset=5";
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();
