_menuCloseDelay=1200          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=250            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
offbgcolor="#383838";
offcolor="#FFFFFF";
onbgcolor="#FFFFFF";
oncolor="#383838";
pagebgcolor="#FFFFFF";
pagecolor="#383838";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="";
separatorsize="";
padding=6;
fontsize="12";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial, helvetica";
headercolor="#383838";
headerbgcolor="#FFFFFF";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
//aI("text=Corporate Profile;url=/s/Corporate.asp;status=Corporate Profile;");
aI("text=Directors & Management;url=/s/Management.asp;status=Directors & Management;");
//aI("text=Advisors;url=/s/Advisors.asp;status=Advisors;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Corporate Responsibility;url=/s/Responsibility.asp;status=Corporate Responsibility;");
aI("text=SEDAR Profile;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00006455; target=blank;status=SEDAR Profile;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Mt. Hamilton Gold Project;url=/s/MountHamilton.asp;status=Mt. Hamilton Gold Project;");
aI("text=Voyageur Gold Project;url=/s/Voyageur.asp;status=Voyageur Gold Project;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Media & Analysts;url=/s/Media.asp;status=Media & Analysts;");
aI("text=Fact Sheet;url=/i/pdf/FactSheet.pdf;target=blank;status=Fact Sheet;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Videos;url=/s/Video.asp;status=Videos;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
}
with(milonic=new menuname("News")){
style=menuStyle;
aI("text=2012;url=/s/NewsReleases.asp?DateRange=2012/01/01...2012/12/31;status=2012;");
aI("text=2011;url=/s/NewsReleases.asp?DateRange=2011/01/01...2011/12/31;status=2011;");
aI("text=2010;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010;");
aI("text=Archives;url=/s/NewsReleases.asp;status=Archives;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/Contact.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;");
}

drawMenus();
