_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=0            // 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(mainStyle=new mm_style()){
onbgcolor="";
oncolor="#bba648";
offbgcolor="";
offcolor="#13435d";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="";
separatorsize="";
separatorpadding="";
padding=2;
fontsize="12";
fontweight="normal";
fontfamily="Verdana,Arial, Helvetica";
pagecolor="#bba648";
pagebgcolor="";
headercolor="#bba648";
headerbgcolor="";
subimage="";
subimagepadding="";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#dcd3ab";
oncolor="#333333";
pagebgcolor="#dcd3ab";
pagecolor="#333333";
bordercolor="#346252";
borderstyle="solid";
borderwidth=1;
separatorcolor="#346252";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#dcd3ab";
subimage="";
subimagepadding="2";
overfilter="alpha(opacity=100)";
outfilter="";
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management Team;url=/s/Directors.asp;status=Management Team;");
aI("text=Financials;url=/s/FinancialStatements.asp;status=Financials;");

}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=2010;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010;");
aI("text=2009;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009;");
aI("text=2008;url=/s/NewsReleases.asp?DateRange=2008/01/01...2008/12/31;status=2008;");
aI("text=2007;url=/s/NewsReleases.asp?DateRange=2007/01/01...2007/12/31;status=2007;");
aI("text=2006;url=/s/NewsReleases.asp?DateRange=2006/01/01...2006/12/31;status=2006;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Banda Raya/Halimon - Indonesia;url=/s/Halimon_Banda_Raya.asp;status=Banda Raya/Halimon - Indonesia;");
aI("text=Sable - Indonesia;url=/s/Sable.asp;status=Sable - Indonesia;");
aI("text=Badak - Indonesia;url=/s/Badak.asp;status=Badak - Indonesia;");
aI("text=Copper Prince - Ontario;url=/s/Copper_Prince.asp;status=Copper Prince - Ontario;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
}


with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Presentation;url=/s/Presentation.asp;status=Presentation;");
aI("text=Fact Sheet;url=/s/FactSheet.asp;status=Fact Sheet;");
aI("text=Articles;url=/s/Articles.asp;status=Articles;");
aI("text=Research;url=/s/Research.asp;status=Research;");
aI("text=Upcoming Events;url=/s/events.asp;status=Upcoming Events;");

}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Us;url=/s/ContactUs.asp;status=Contact Us;");
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();