_menuCloseDelay=1500          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=500            // 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
fixMozillaZIndex=true


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(mainStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#ffffff";
offbgcolor="transparent";
offcolor="#cc9933";
bordercolor="transparent";
borderstyle="none";
borderwidth=0;
separatorcolor="#000";
separatorsize="50";
separatorheight="15";
padding=4;
fontsize="14";
fontstyle="bold";
fontfamily="helvetica, verdana";
pagecolor="#ffffff";
pagebgcolor="transparent";
headercolor="#ffffff";
headerbgcolor="transparent";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#cc9933";
offbgcolor="#f0f0f0";
offcolor="#494949";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#cccccc";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="helvetica,verdana";
pagecolor="#cc9933";
pagebgcolor="#f0f0f0";
headercolor="#cc9933";
headerbgcolor="#f0f0f0";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Board of Directors;url=/s/Directors.asp;showmenu=com;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("com")){
style=menuStyle;
aI("text=Committees;url=/s/Committees.asp;status=Committees;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
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("News")){
style=menuStyle;
itemwidth=95;
aI("text=2010;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010;");
aI("text=2009;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009;");
aI("text=2008;url=/s/NewsReleases.asp?DateRange=2008/01/01...2008/12/31;status=2008;");
aI("text=Archives;url=http://www.sedar.com;target=blank;status=Archives;");
}

with(milonic=new menuname("proj")){
style=menuStyle;
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;");
aI("text=Job Opportunities;url=/s/Job_Opportunities.asp;status=Job Opportunities;");
}

drawMenus();