_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(mainStyle=new mm_style()){
onbgcolor="#555555";
oncolor="#7AD3F7";
offbgcolor="#555555";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=1;
separatorcolor="";
separatorsize="0";
padding=4;
fontsize="13";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#7AD3F7";
pagebgcolor="#555555";
headercolor="#7AD3F7";
headerbgcolor="#555555";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#383B88";
oncolor="#ffffff";
offbgcolor="#555555";
offcolor="#ffffff";
bordercolor="#555555";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontweight="normal";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#383B88";
headercolor="#ffffff";
headerbgcolor="#383B88";
subimage="";
subimagepadding="2";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3)";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.3)";
}


with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Publicly Filed Documents;url=http://www.sedar.com/DisplayCompanyDocuments.do?lang=EN&issuerNo=00025743;target=blank;status=Publicly Filed Documents;");
aI("text=Cautionary Notes;url=/s/CautionaryNotes.asp;status=Cautionary Notes;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Related Articles & Events;url=/s/RelatedArticles.asp;status=Related Articles & Events;");
aI("text=Related Web Sites;url=/s/RelatedSites.asp;status=Related Web Sites;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Portfolio Summary;url=/s/Projects.asp;status=Portfolio Summary;");
aI("text=Golden Eagle;url=/s/GoldenEagle.asp;status=Golden Eagle;");
aI("text=McClarty Lake;url=/s/McClartyLake.asp;status=McClarty Lake;");
aI("text=Key;url=/s/Key.asp;status=Key;");
//aI("text=Wheatcroft Lake;url=/s/WheatcroftLake.asp;status=Wheatcroft Lake;");
}

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=Unsubscribe;url=/s/Unsubscribe.asp;status=Unsubscribe;");
}

drawMenus();
