_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(menuStyle=new mm_style()){
onbgcolor="#031636";
oncolor="#ffffff";
offbgcolor="#a29061";
offcolor="#ffffff";
bordercolor="#a29061";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#031636";
headercolor="#000000";
headerbgcolor="#f0f0f0";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=LSE Documents;url=/s/LSE.asp;status=LSE Documents;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
aI("text=Memorandum of Association;url=/i/pdf/Memo_Assoc_18Jul07.pdf;target=_blank;status=Memorandum of Association;");
aI("text=Articles of Association;url=/i/pdf/Articles_Assoc_2008-12-08.pdf;target=_blank;status=Articles of Association;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=Hidefield Gold;url=/s/NewsReleases.asp?DateRange=2006/01/01...2008/12/31;showmenu=yr;status=Hidefield Gold;");
aI("text=Associate Companies;url=/s/News.asp;status=Associate Companies;");
}

with(milonic=new menuname("yr")){
style=menuStyle;
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;");
aI("text=Archive;url=/s/NewsReleases.asp?DateRange=2001/01/01...2004/12/31;status=Archive;");
}

with(milonic=new menuname("prop")){
style=menuStyle;
aI("text=Direct Holdings;url=/s/DirectHoldings.asp;status=Direct Holdings;");
aI("text=Associate Companies;url=/s/MineralProperties.asp;status=Associate Companies;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/InvestorInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Fact Sheet (PDF);url=/i/pdf/factsheet_hidefield.pdf;target=blank;status=Fact Sheet (PDF);");
aI("text=Presentations;url=/s/Presentation.asp;status=Presentations;");
aI("text=Related Websites;url=/s/RelatedSites.asp;status=Related Websites;");
aI("text=Press Reports;url=/s/PressReports.asp;status=Press Reports;");
aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Upcoming Events;url=/s/UpcomingEvents.asp;status=Upcoming Events;");
aI("text=QwikReport;url=/s/QwikReport.asp;status=QwikReport;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
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();