_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";
separatorcolor="transparent";
separatorsize="46";
}

with(menuStyle=new mm_style()){
onbgcolor="#7B6117";
oncolor="#000000";
offbgcolor="#7B6117";
offcolor="#ffffff";
bordercolor="#AA934F";
borderstyle="solid";
borderwidth=1;
separatorcolor="#AA934F";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="normal";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#7B6117";
headercolor="#000000";
headerbgcolor="#7B6117";
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")){
top="offset=-1";
style=menuStyle;
aI("text=Overview;url=/s/Corporate.asp;status=Overview;");
aI("text=Board of Directors;url=/s/BoardofDirectors.asp;status=Board of Directors;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Advisory Committee;url=/s/AdvisoryCommittee.asp;status=Advisory Committee;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Corporate Governance;url=/s/CorpGovernance.asp;status=Corporate Governance;");
}

with(milonic=new menuname("prj")){
top="offset=-1";
style=menuStyle;
aI("text=Projects Overview;url=/s/Projects.asp;status=Projects Overview;");

aI("text=Table Mountain Property;url=/s/TableMountain.asp;status=Table Mountain Property;");
aI("text=Taurus Property;url=/s/Taurus.asp;status=Taurus Property;");
aI("text=Frasergold Property;url=/s/Frasergold.asp;status=Frasergold Property;");
}

with(milonic=new menuname("inv")){
top="offset=-1";
menuwidth=200;
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Blue Sky;url=/s/BlueSky.asp;status=Blue Sky;");
aI("text=Financial Reports;url=/s/FinancialReports.asp;status=Financial Reports;");
aI("text=Reports and Articles;url=/s/Reports.asp;status=Reports and Articles;");
aI("text=Latest Metals Prices;url=/s/MetalPrices.asp;status=Latest Metals Prices;");
aI("text=Investor Fact Sheet;url=/s/FactSheet.asp;status=Investor Fact Sheet;");
aI("text=Corporate Presentation;url=/s/Presentation.asp;status=Corporate Presentation;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
aI("text=Glossary of Mining and Technical Terms;url=/s/Glossary.asp;status=Glossary of Mining and Technical Terms;");
//aI("text=Google Earth Property Roadshow Tour;url=/s/EarthTour.asp;status=Google Earth Property Roadshow Tour;");
//aI("text=Prospectus;url=/s/Prospectus.asp;status=Prospectus;");
aI("text=Investor Briefcase;url=/s/Briefcase.asp;status=Investor Briefcase;");
}

with(milonic=new menuname("contact")){
top="offset=-1";
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=Career Opportunities;url=/s/Careers.asp;status=Career Opportunities;");
}

with(milonic=new menuname("news")){
top="offset=-1";
style=menuStyle;
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;");
}

drawMenus();