_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="";
oncolor="#F0D488";
offbgcolor="";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="#D5D5D5";
separatorsize="1";
separatorpadding="8";
separatorheight="14";
padding=0;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#F0D488";
pagebgcolor="";
headercolor="#ffffcc";
headerbgcolor="";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#000000";
offbgcolor="#F0D488";
offcolor="#000000";
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=1;
separatorcolor="#cccccc";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
top="offset=1";
style=menuStyle;
aI("text=Strategy;url=/s/Strategy.asp;status=Strategy;");
aI("text=Management;url=/s/Management.asp;status=Management;");
//aI("text=Advisors;url=/s/Advisors.asp;status=Advisors;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
//aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

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;");
//aI("text=2005;url=/s/NewsReleases.asp?DateRange=2005/01/01...2005/12/31;status=2005;");
//aI("text=2004;url=/s/NewsReleases.asp?DateRange=2004/01/01...2004/12/31;status=2004;");
aI("text=Archives;url=/s/NewsReleases.asp?DateRange=2000/01/01...2007/12/31;status=Archives;");
}

with(milonic=new menuname("op")){
top="offset=1";
style=menuStyle;
aI("text=Summary;url=/s/Operations.asp;status=Summary;");
aI("text=Australian Coal Royalties;url=/s/AustralianCoalRoyalties.asp;status=Australian Coal Royalties;");
aI("text=Canadian Coal Interests;url=/s/CanadianCoalInterests.asp;status=Canadian Coal Interests;");
aI("text=Australian Coal Interests;url=/s/AustralianCoalInterests.asp;status=Australian Coal Interests;");
aI("text=Strategic Mining Interests;url=/s/StrategicMiningInterests.asp;status=Strategic Mining Interests;");
}

with(milonic=new menuname("inv")){
top="offset=1";
style=menuStyle;
aI("text=Why Invest?;url=/s/WhyInvest.asp;status=Why Invest?;");
aI("text=Share Info;url=/s/StockInfo.asp;status=Share Info;");
//aI("text=Presentation;url=/s/Presentation.asp;status=Presentation;");
//aI("text=Press Reports;url=/s/PressReports.asp;status=Press Reports;");
aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Links;url=/s/RelatedSites.asp;status=Links;");
}

with(milonic=new menuname("contact")){
top="offset=1";
style=menuStyle;
aI("text=Contact Info;url=/s/ContactUs.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();