_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="transparent";
oncolor="#F4EAA1";
offbgcolor="transparent";
offcolor="#ffffff";
bordercolor="transparent";
borderstyle="none";
borderwidth=1;
separatorcolor="transparent";
separatorsize="20";
padding=0;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#F4EAA1";
pagebgcolor="transparent";
headercolor="#F4EAA1";
headerbgcolor="transparent";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#F9F4A8";
oncolor="#820C24";
offbgcolor="#820C24";
offcolor="#ffffff";
bordercolor="#0A0807";
borderstyle="solid";
borderwidth=1;
separatorcolor="#A1A19E";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#F9F4A8";
pagebgcolor="#820C24";
headercolor="#F9F4A8";
headerbgcolor="#820C24";
subimage="/i/common2/arrow.gif";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("corp")){
style=menuStyle;
top="offset=5";
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Equity Investments;url=/s/VALandNNO.asp;status=Equity Investments;");
}

with(milonic=new menuname("news")){
style=menuStyle;
top="offset=5";
aI("text=2010;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010;");
aI("text=2009;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009;");
aI("text=2008;url=/s/NewsReleases.asp?DateRange=2008/01/01...2008/12/31;status=2008;");
aI("text=2007;url=/s/NewsReleases.asp?DateRange=2007/01/01...2007/12/31;status=2007;");
aI("text=2006;url=/s/NewsReleases.asp?DateRange=2006/01/01...2006/12/31;status=2006;");
aI("text=2005;url=/s/NewsReleases.asp?DateRange=2005/01/01...2005/12/31;status=2005;");
}

with(milonic=new menuname("prop")){
style=menuStyle;
top="offset=5";

aI("text=Venezuela Properties;url=/s/Venezuela.asp;status=Venezuela Properties;");
aI("text=Garrison Gold Property;url=/s/Garrison.asp;status=Garrison Gold Property;");
aI("text=Tower Mountain Gold Property;url=/s/TowerMountain.asp;status=Tower Mountain Gold Property;");
//aI("text=Other Properties;showmenu=other;status=Other Properties;");
}

   with(milonic=new menuname("other")){
   style=menuStyle;
   aI("text=Hunter Gold Mine;url=/s/HunterGoldMine.asp;status=Hunter Gold Mine;");
   aI("text=Stephens Lake Nickel Property;url=/s/StephensLakeProperty.asp;status=Stephens Lake Nickel Property;");
   aI("text=Exploration Permit 229;url=/s/Permit229.asp;status=Exploration Permit 229;");
   }

with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=5";
aI("text=Stock Info;url=/s/StockInformation.asp;status=Stock Info;");
aI("text=Research Reports;url=/s/ResearchReports.asp;status=Research Reports;");
aI("text=Related Articles & Websites;url=/s/RelatedArticles.asp;status=Related Articles & Websites;");
aI("text=Fact Sheet;url=/s/FactSheet.asp;status=Fact Sheet;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top="offset=5";
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();