_menuCloseDelay=1500          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=500            // 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="#F0F0F0";
offcolor="#000000";
onbgcolor="#CECECE";
oncolor="#333333";
pagebgcolor="#CECECE";
pagecolor="#333333";
bordercolor="#101010";
borderstyle="solid";
borderwidth=1;
separatorcolor="#101010";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="alpha(opacity=100)";
outfilter="";
horizontalMenuDelay = true;
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=About Us;url=/s/Corporate.asp;status=About Us;");
aI("text=Board of Directors;url=/s/Board-of-Directors.asp;status=Board of Directors;");
aI("text=Officers and Senior Management;url=/s/Officers-and-Senior-Management.asp;status=Officers and Senior Management;");
aI("text=Corporate Governance;url=/s/Governance.asp;status=Corporate Governance;");
aI("text=Social Responsibility;url=/s/Social.asp;status=Social Responsibility;");
aI("text=Environment;url=/s/Environment.asp;status=Environment;");
aI("text=History;url=/s/History.asp;status=History;");
//aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("Operation")){
style=menuStyle;
aI("text=Cartwright;url=/s/Cartwright.asp;status=Cartwright;");
aI("text=Rice Lake;url=/s/RiceLake.asp;status=Rice Lake;");
aI("text=SG-1 Mine;url=/s/SG-1Mine.asp;status=SG-1 Mine;");
aI("text=Mill Complex;url=/s/MillComplex.asp;status=Mill Complex;");
aI("text=Human Resources;url=/s/HumanResources.asp;status=Human Resources;");
aI("text=Exploration;url=/s/Exploration.asp;status=Exploration;");
aI("text=Reserves & Resources;url=/s/Reserves.asp;status=Reserves & Resources;");
aI("text=Milling;url=/s/Milling.asp;status=Milling;");
aI("text=Maps;url=/s/Maps.asp;status=Maps;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Upcoming Events;url=/s/Events.asp;status=Upcoming Events;");
}

with(milonic=new menuname("Reports")){
style=menuStyle;
aI("text=News Releases;url=http://sangold.mwnewsroom.com;status=News Releases;showmenu=News");
aI("text=Webcasts;url=/s/Webcasts.asp;status=Webcasts;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Technical Reports;url=/s/TechnicalReports.asp;status=Technical Reports;");
aI("text=Regulatory Filings;url=/s/Filings.asp;status=Regulatory Filings;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/Contact.asp;status=Contact Info;");
//aI("text=Investor Relations;url=/s/InvestorRelations.asp;status=Investor Relations;");
aI("text=Employment;url=/s/Careers.asp;status=Employment;");
//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();
