_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()){
oncolor="#8E7900";
onbgcolor="#FFFFFF";
offcolor="#686152";
offbgcolor="#FFFFFF";
pagecolor="#8E7900";
pagebgcolor="#FFFFFF";
bordercolor="#ADAC9F";
borderstyle="none";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="0";
padding=3;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
headercolor="#FFFFFF";
headerbgcolor="#7D0000";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
oncolor="#8E7900";
onbgcolor="#FFFFFF";
offcolor="#686152";
offbgcolor="#FFFFFF";
pagecolor="#8E7900";
pagebgcolor="#FFFFFF";
bordercolor="#ADAC9F";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="0";
padding=8;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
headercolor="#FFFFFF";
headerbgcolor="#7D0000";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Company")){
top="offset=-1";
style=menuStyle;
aI("text=Company Overview;url=/hdr/Corporate.asp;status=Company Overview;");
aI("text=Management & Directors;url=/hdr/Management.asp;status=Management & Directors;");
aI("text=Corporate Information;url=/hdr/CorporateInformation.asp;status=Corporate Information;");
aI("text=Corporate Governance;url=/hdr/Governance.asp;status=Corporate Governance;");
aI("text=Responsible Mineral Development;url=/hdr/Responsible.asp;status=Responsible Mineral Development;");
aI("text=Health & Safety;url=/hdr/HealthSafety.asp;status=Health & Safety;");
}

with(milonic=new menuname("Projects")){
top="offset=-1";
style=menuStyle;
aI("text=Project Overview;url=/hdr/Projects.asp;status=Project Overview;");
aI("text=Development / History;url=/hdr/Development.asp;status=Development / History;");
aI("text=Project Geology;url=/hdr/Geology.asp;status=Project Geology;");
aI("text=Exploration Program;url=/hdr/Exploration.asp;status=Exploration Program;");
aI("text=Location & Maps;url=/hdr/Location.asp;status=Location & Maps;");
aI("text=Technical Team;url=/hdr/GeologicalTeam.asp;status=Technical Team;");
}

with(milonic=new menuname("Investors")){
top="offset=-1";
style=menuStyle;
aI("text=Investor Overview;url=/hdr/Investors.asp;status=Investor Overview;");
aI("text=News Releases;url=/hdr/NewsReleases.asp;status=News Releases;");
aI("text=Stock Quotes;url=/hdr/StockInfo.asp;status=Stock Quotes;");
aI("text=Presentations;url=/hdr/Presentations.asp;status=Presentations;");
aI("text=Financial Statements;url=/hdr/FinancialStatements.asp;status=Financial Statements;");
aI("text=SEDAR Filings;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00026403;target=_blank;status=SEDAR Filings;");
aI("text=Corporate Events;url=/hdr/CorporateEvents.asp;status=Corporate Events;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
top="offset=-1";
aI("text=Contact Info;url=/hdr/Contact.asp;status=Contact Info;");
aI("text=Request More Info;url=/hdr/InformationRequest.asp;status=Request More Info;");
}

drawMenus();