_menuCloseDelay=1200          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=250            // 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(MainMenuStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
separatorcolor="none";
separatorsize="5";
}

with(menuStyle=new mm_style()){
offbgcolor="#4b6d76";
offcolor="#ffffff";
onbgcolor="#537074";
oncolor="#ffffff";
pagebgcolor="#4b6d76";
pagecolor="#ffffff";
bordercolor="#101010";
borderstyle="solid";
borderwidth=0;
offborder='2px solid #4b6d76';
onborder='2px solid #9b957b';
separatorcolor="#101010";
separatorsize="0";
padding=6;
fontsize="11";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
rawcss="";
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
top="offset=1px";
menuwidth="119px";
aI("text=Overview;url=/s/Corporate.asp;status=Overview;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management;url=/s/Management.asp;status=Management;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
top="offset=1px";
menuwidth="119px";
aI("text=Project Overview;url=/s/Projects.asp;status=Project Overview;");
aI("text=White Gold;url=/s/WhiteGold.asp;status=White Gold;showmenu=WhiteGold");
aI("text=Fyre Lake;url=/s/FyreLake.asp;status=Fyre Lake;");
aI("text=Baker Basin;url=/s/BakerBasin.asp;status=Baker Basin;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
}

with(milonic=new menuname("WhiteGold")){
style=menuStyle;
top="offset=1px";
menuwidth="119px";
aI("text=Mariposa;url=/s/Mariposa.asp;status=Mariposa;showmenu=Mariposa");
aI("text=Gold Cap / Polar Stewart;url=/s/GoldCap.asp;status=Gold Cap / Polar Stewart;");
//aI("text=Polar Stewart;url=/s/PolarStewart.asp;status=Polar Stewart;");
aI("text=Eureka Dome;url=/s/EurekaDome.asp;status=Eureka Dome;");
}

with(milonic=new menuname("Mariposa")){
style=menuStyle;
top="offset=1px";
menuwidth="119px";
aI("text=2011 Drilling;url=/s/2011Drilling.asp;status=2011 Drilling;");
aI("text=Skookum Main;url=/s/SkookumMain.asp;status=Skookum Main;");
aI("text=Skookum West;url=/s/SkookumWest.asp;status=Skookum West;");
aI("text=Maisy May;url=/s/MaisyMay.asp;status=Maisy May;");
}


with(milonic=new menuname("Investors")){
style=menuStyle;
top="offset=1px";
menuwidth="119px";
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=PEX in the Press;url=/s/Media.asp;status=PEX in the Press;");
aI("text=Analyst Coverage;url=/s/Analyst.asp;status=Analyst Coverage;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Annual General Meeting;url=/s/AGM.asp;status=Annual General Meeting;");
}

with(milonic=new menuname("News")){
style=menuStyle;
top="offset=1px";
menuwidth="119px";
aI("text=2011 News;url=/s/NewsReleases.asp?DateRange=2011/01/01...2011/12/31;status=2011 News;");
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;");
aI("text=2008 News;url=/s/NewsReleases.asp?DateRange=2008/01/01...2008/12/31;status=2008 News;");
aI("text=2007 News;url=/s/NewsReleases.asp?DateRange=2007/01/01...2007/12/31;status=2007 News;");
aI("text=2006 News;url=/s/NewsReleases.asp?DateRange=2006/01/01...2006/12/31;status=2006 News;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
top="offset=1px";
menuwidth="118px";
//aI("text=Contact Us;url=/s/Contact.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();
