_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="#001647";
oncolor="#CFEBEB";
offbgcolor="#001647";
offcolor="#CFEBEB";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=0;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#CFEBEB";
pagebgcolor="#001647";
headercolor="#CFEBEB";
headerbgcolor="#001647";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
oncolor="#ffffff";
offcolor="#99CCFF";
bordercolor="#0D4989";
borderstyle="solid";
borderwidth=1;
separatorcolor="";
separatorsize="0";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="verdana, Arial, helvetica";
menubgimage="/i/common/menu_bg.gif";
pagecolor="#000000";
pagebgcolor="#548FBB";
headercolor="#000000";
headerbgcolor="#548FBB";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(MapSample=new mm_style()){
oncolor="#ffffff";
offcolor="#99CCFF";
bordercolor="#0D4989";
borderstyle="solid";
borderwidth=1;
separatorcolor="";
separatorsize="0";
padding=2;
fontsize="10";
fontstyle="bold";
fontfamily="verdana, Arial, helvetica";
menubgimage="/i/common2/menu_bg.gif";
pagecolor="#000000";
pagebgcolor="#548FBB";
headercolor="#000000";
headerbgcolor="#548FBB";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Corporate Overview;url=/s/CorporateOverview.asp;status=Corporate Overview;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Directors;url=/s/Directors.asp;status=Directors;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Corporate Governance;url=/s/Governance.asp;status=Corporate Governance;");
aI("text=Board Mandate;url=/s/BoardMandate.asp;status=Board Mandate;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;showmenu=NewsReleases;");
aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=News Articles;url=/s/NewsArticles.asp;status=News Articles;");
}


    with(milonic=new menuname("NewsReleases")){
    style=menuStyle;
	aI("text=2011 News Releases;url=/s/NewsReleases.asp?DateRange=2011/01/01...2011/12/31;status=2011 News Releases;");
    aI("text=2010 News Releases;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010 News Releases;");
    aI("text=2009 News Releases;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009 News Releases;");
    aI("text=2008 News Releases;url=/s/NewsReleases.asp?DateRange=2008/01/01...2008/12/31;status=2008 News Releases;");
    aI("text=2007 News Releases;url=/s/NewsReleases.asp?DateRange=2007/01/01...2007/12/31;status=2007 News Releases;");
    aI("text=2006 News Releases;url=/s/NewsReleases.asp?DateRange=2006/01/01...2006/12/31;status=2006 News Releases;");
    }

with(milonic=new menuname("photo")){
style=menuStyle;
aI("text=Altar;url=//s/PhotoGallery.asp?ReportID=392179;showmenu=altar;status=Altar;");
aI("text=Location and Drilling Maps;url=/s/MapsGallery.asp;status=Location and Drilling Maps;");
}

    with(milonic=new menuname("altar")){
    style=menuStyle;
    aI("text=Altar Deposit;url=/s/PhotoGallery.asp?ReportID=392179;status=Altar Deposit;");
    aI("text=Alluvial Plain for Infrastructure;url=/s/PhotoGallery.asp?ReportID=392180;status=Alluvial Plain for Infrastructure;");
    aI("text=Drilling;url=/s/PhotoGallery.asp?ReportID=392183;status=Drilling;");
    aI("text=Gold Anomaly;url=/s/PhotoGallery.asp?ReportID=392187;status=Gold Anomaly;");
    aI("text=Camp;url=/s/PhotoGallery.asp?ReportID=392190;status=Camp;");
    }

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
}


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();

