fixMozillaZIndex=true;
_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="bold";
fontweight="bold";
}

with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#2583B7";
offbgcolor="#ffffff";
offcolor="#333333";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A7B9C0";
separatorsize="1";
padding=4;
fontsize="12";
fontfamily="Arial, helvetica";
fontstyle="bold";
fontweight="bold";
pagecolor="#2583B7";
pagebgcolor="#ffffff";
headercolor="#ffffff";
headerbgcolor="#61543E";
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("Corporate")){
style=menuStyle;
aI("text=About Us;url=/s/Corporate.asp;status=About Us;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Red Chris Property;url=/s/RedChris.asp;status=Red Chris Property;");
//aI("text=18 Meter Coal Property;url=/s/18Meter.asp;status=18 Meter Property;");
aI("text=Canadian Sovereign Coal;url=/s/NunavutCoal.asp;showmenu=nunavut;status=Canadian Sovereign Coal;");
aI("text=Axe Property;url=/s/Axe.asp;status=Axe Property;");
aI("text=Yukon;url=/s/Yukon.asp;status=Yukon;");
aI("text=Alberta Lithium Brine Project;url=/s/AlbertaLithiumBrine.asp;status=Alberta Lithium Brine Project;");
}

with(milonic=new menuname("nunavut")){
   style=menuStyle;
   //aI("text=Bache Peninsula;url=/s/BachePeninsula.asp;status=Bache Peninsula;");
   aI("text=Fosheim Peninsula;url=/s/FosheimPeninsula.asp;status=Fosheim Peninsula;");
   aI("text=Strathcona Fiord;url=/s/StrathconaFiord.asp;status=Strathcona Fiord;");
   }

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Media Coverage;url=/s/MediaCoverage.asp;status=Media Coverage;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Corporate Brochure;url=/s/Brochure.asp;status=Corporate Brochure;");
}

with(milonic=new menuname("Contact")){
left="offset=-9";
style=menuStyle;
aI("text=Contact Us;url=/s/ContactUs.asp;status=Contact Us;");
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();