_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(menuStyle=new mm_style()){
offbgcolor="#00395A";
offcolor="#D6D9D5";
onbgcolor="#00395A";
oncolor="#FFFFFF";
pagebgcolor="#60686B";
pagecolor="#FFFFFF";
bordercolor="#EAB740";
borderstyle="solid";
borderwidth=0;
separatorcolor="#D6D9D5";
separatorsize="1";
padding=6;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="alpha(opacity=100)";
outfilter="";
horizontalMenuDelay = true;
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Quebec;url=/s/Quebec.asp;status=Quebec;");
aI("text=Nevada;url=/s/Nevada.asp;status=Nevada;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=2010 News;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010 News;");
aI("text=2009 News;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009 News;");
}
with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Investor Overview;url=/s/Investors.asp;status=Investor Overview;");
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=SEDAR;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00003771;target=_blank;status=SEDAR;");
//aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
}

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();