_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="#F0F0F0";
offcolor="#000000";
onbgcolor="#CECECE";
oncolor="#333333";
pagebgcolor="#CECECE";
pagecolor="#333333";
bordercolor="#101010";
borderstyle="solid";
borderwidth=1;
separatorcolor="#101010";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="normal";
fontweight="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=Board of Directors;url=/s/BoardofDirectors.asp;status=Board of Directors;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
aI("text=First Nations Relations;url=/s/FirstNations.asp;status=First Nations Relations;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Projects Overview;url=/s/Projects.asp;status=Projects Overview;");
aI("text=Key Projects;status=Key Projects;showmenu=Key");
aI("text=Exploration;status=Exploration;showmenu=Exploration");
aI("text=Joint Venture;status=Joint Venture;showmenu=Joint");
aI("text=Royalty;status=Royalty;showmenu=Royalty");
aI("text=Photos;url=/s/PhotoGallery-Index.asp;status=Photos;showmenu=Photos");
}

    with(milonic=new menuname("Exploration")){
    style=menuStyle;
    aI("text=Joss'alun Property;url=/s/Jossalun.asp;status=Joss'alun Property;");
    aI("text=Copper Ace Project;url=/s/CopperAce.asp;status=Copper Ace Project;");
    aI("text=Borealis Uranium Property;url=/s/Borealis.asp;status=Borealis Uranium Property;");
    aI("text=Babine Copper-Gold-Molybdenum Project;url=/s/Babine.asp;status=Babine Copper-Gold-Molybdenum Project;");
    }

    with(milonic=new menuname("Joint")){
    style=menuStyle;
    aI("text=Lucky Joe Copper-Gold Project;url=/s/LuckyJoe.asp;status=Lucky Joe Copper-Gold Project;");
    aI("text=Kalzas Tungsten Project;url=/s/Kalzas.asp;status=Kalzas Tungsten Project;");
    aI("text=Yukon Olympic Property;url=/s/YukonOlympic.asp;status=Yukon Olympic Property;");
    }

    with(milonic=new menuname("Royalty")){
    style=menuStyle;
    aI("text=Gold Dome Gold Project;url=/s/GoldDome.asp;status=Gold Dome Gold Project;");
    aI("text=Ogopogo Gold Project;url=/s/Ogopogo.asp;status=Ogopogo Gold Project;");
    aI("text=Willoughby Property;url=/s/Willoughby.asp;status=Willoughby Property;");
    }

    with(milonic=new menuname("Key")){
    style=menuStyle;
    aI("text=Duke Island;url=/s/Duke.asp;status=Duke Island;");
    aI("text=Clear Lake, Yukon;url=/s/ClearLake.asp;status=Clear Lake, Yukon;");
    }

    with(milonic=new menuname("Photos")){
    style=menuStyle;
    aI("text=Lucky Joe;url=/s/PhotoGallery-LuckyJoe.asp;status=Lucky Joe;");
    aI("text=YukonOlympic;url=/s/PhotoGallery-YukonOlympic.asp;status=YukonOlympic;");
    aI("text=GoldDome;url=/s/PhotoGallery-GoldDome.asp;status=GoldDome;");
    aI("text=Kalzas;url=/s/PhotoGallery-Kalzas.asp;status=Kalzas;");
    aI("text=Joss;url=/s/PhotoGallery-Joss.asp;status=Joss;");
    aI("text=Quitovac;url=/s/PhotoGallery-Quitovac.asp;status=Quitovac;");
    aI("text=Babine;url=/s/PhotoGallery-Babine.asp;status=Babine;");
    aI("text=Borealis;url=/s/PhotoGallery-Borealis.asp;status=Borealis;");
    }

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=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Related Web Sites;url=/s/RelatedSites.asp;status=Related Web Sites;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
aI("text=Upcoming Events;url=/s/Events.asp;status=Upcoming Events;");
}

with(milonic=new menuname("Contact")){
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();