_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="#222D49";
oncolor="#ffffff";
offbgcolor="#B6AC65";
offcolor="#202A47";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="verdana, Arial, helvetica";
pagecolor="#B6AC65";
pagebgcolor="#222D49";
headercolor="#B6AC65";
headerbgcolor="#222D49";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle2=new mm_style()){
onbgcolor="#ffffff";
oncolor="#222D49";
offbgcolor="#222D49";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#f0f0f0";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="verdana, Arial, helvetica";
pagecolor="#222D49";
pagebgcolor="#ffffff";
headercolor="#222D49";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Overview & Milestones;url=/s/CorporateOverview.asp;status=Overview & Milestones;");
aI("text= Management & Directors;url=#;status=Management & Directors;showmenu=mgmt");
aI("text=Directory;url=/s/ContactUs.asp;status=Directory;");
aI("text=Policies;url=/s/CorporatePolicies.asp;status=Policies;");
}

with(milonic=new menuname("mgmt")){
style=menuStyle2;
aI("text= Management;url=/s/Management.asp;status=Management;");
aI("text=Directors;url=/s/Directors.asp;status=Directors;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Overview;url=/s/Projects.asp;status=Overview;");
aI("text=Fact vs. Myth;url=/s/Maoling.asp?ReportID=316736;pagematch=/s/Maoling.asp?ReportID=316736;status=Fact vs. Myth;");
aI("text=History;url=/s/Maoling.asp?ReportID=316727;pagematch=/s/Maoling.asp?ReportID=316727;status=History;");
aI("text=Community Relations/Sustainability;url=/s/Maoling.asp?ReportID=316735;pagematch=/s/Maoling.asp?ReportID=316735;status=Community Relations/Sustainability;");
aI("text=2006 Resource Estimate Update;url=/s/Maoling.asp?ReportID=316731;pagematch=/s/Maoling.asp?ReportID=316731;status=2006 Resource Estimate Update;");
aI("text=Feasibility & Pre-Feasibility Studies;url=/s/Maoling.asp?ReportID=316732;pagematch=/s/Maoling.asp?ReportID=316732;status=Feasibility & Pre-Feasibility Studies;");
aI("text=Permitting;url=/s/Maoling.asp?ReportID=316733;pagematch=/s/Maoling.asp?ReportID=316733;status=Permitting;");
aI("text=Exploration Potential;url=/s/Maoling.asp?ReportID=316734;pagematch=/s/Maoling.asp?ReportID=316734;status=Exploration Potential;");
//aI("text=Photo Gallery;url=/s/Maoling.asp?ReportID=270637;pagematch=/s/Maoling.asp?ReportID=268739;status=Photo Gallery;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/Investors.asp;status=Stock Info;");
aI("text=Events & News Releases;url=#;status=Events & News Releases;showmenu=events;");
aI("text=Financial Reports;url=/s/FinancialReports.asp;status=Financial Reports;");
aI("text=Fact Sheet & Presentations;url=/s/FactSheet_PPT.asp;status=Fact Sheet & Presentations;");
}

with(milonic=new menuname("events")){
style=menuStyle2;
aI("text=Events;url=/s/Events-Index.asp;status=Events;");
aI("text=News Releases;url=/s/NewsReleases.asp?DateRange=2009/01/01...2010/12/31;status=News Releases;");
}

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();