_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=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(mainMenu=new mm_style()){
offbgcolor="#FFFFFF";
offcolor="#343434";
onbgcolor="#bf9201";
oncolor="#FFFFFF";
pagebgcolor="#bf9201";
pagecolor="#FFFFFF";
bordercolor="#101010";
borderstyle="solid";
borderwidth=0;
separatorcolor="#525252";
separatorsize="1";
padding=5;
fontsize="12px";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#ffffff";
headerbgcolor="#bf9201";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
offbgcolor="#cd9d01";
offcolor="#ffffff";
onbgcolor="#8c6b01";
oncolor="#ffffff";
pagebgcolor="#8c6b01";
pagecolor="#ffffff";
bordercolor="#101010";
borderstyle="solid";
borderwidth=1;
separatorcolor="#101010";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#ffffff";
headerbgcolor="#8c6b01";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
top="offset=-1";
left="offset=-1";
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Environmental & Community;url=/s/Community.asp;status=Environmental & Community;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
top="offset=-1";
left="offset=-1";
aI("text=Mayaniquel Project;url=/s/Mayaniquel.asp;status=Mayaniquel Project;");
aI("text=Resource Summary;url=/s/ResourceSummary.asp;status=Resource Summary;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
top="offset=-1";
left="offset=-1";
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Company Info;url=/s/CompanyInfo.asp;status=Company Info;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Reporting;url=/s/CorporateReporting.asp;status=Corporate Reporting;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
top="offset=-1";
left="offset=-1";
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();