_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()){
onbgcolor="transparent";
oncolor="#404936";
offbgcolor="transparent";
offcolor="#373c27";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="#afba92";
separatorsize="1";
separatorpadding="10";
padding=4;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#F5B800";
pagebgcolor="transparent";
headercolor="#F5B800";
headerbgcolor="transparent";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#f0f0f0";
oncolor="#000000";
offbgcolor="#404936";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#f0f0f0";
headercolor="#000000";
headerbgcolor="#f0f0f0";
subimage="";
subimagepadding="2";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3)";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.3)";
}


with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=President's Message;url=/s/PresidentsMessage.asp;status=President's Message;");
aI("text=Directors & Management;url=/s/Management.asp;status=Directors & Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Responsibility;url=/s/CorporateResponsibility.asp;status=Corporate Responsibility;");
aI("text=Disclaimer;url=/s/Disclaimer.asp;status=Disclaimer;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Overview;url=/s/Overview.asp?ReportID=284147;status=Overview;");
aI("text=Indonesia;url=/s/Indonesia.asp;status=Indonesia;");
aI("text=Mongolia;url=/s/Mongolia.asp;status=Mongolia;");
//aI("text=China;url=/s/China.asp;status=China;");
//aI("text=Philippines;url=/s/Philippines.asp;status=Philippines;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Photo Gallery;url=/i/FlickrGallery/index.html;status=Photo Gallery;target=_blank");
aI("text=Brochures & Presentations;url=/s/Brochures.asp;status=Brochures & Presentations;");
aI("text=Events;url=/s/Events.asp;status=Events;");
aI("text=Research/Media;url=/s/ResearchMedia.asp;status=Research/Media;");
aI("text=Dig Deeper;url=/s/DigDeeper.asp;status=Dig Deeper;");
}

   with(milonic=new menuname("dig")){
   style=menuStyle;
   aI("text=Geology;url=/s/Geology.asp;status=Geology;");
   aI("text=Geography;url=/s/Geography.asp;status=Geography;");
   aI("text=Related Links;url=/s/Links.asp;status=Related Links;");
   }

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();