fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=5;
_subOffsetLeft=-20;


with(ScrollingSampStyle=new mm_style()){
fontfamily="Tahoma";
fontsize=12;
fontstyle="normal";
fontweight="normal";
offbgcolor="#DCE9F0";
offcolor="#000000";
oncolor="#999999";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#5dac9b', Direction=135, Strength=0)";
outfilter="Fade(duration=0.2)";
}


with(milonic=new menuname("compinfo")){
overflow="scroll";
itemheight=30;
itemwidth=148;
style=ScrollingSampStyle;
align="center";
onbgcolor="#4F8EB6";
padding=10;
aI("status=Company Information;text=Company Information;url=/company/background.shtml;")
aI("status=Management Team;text=Management Team;url=/company/management.shtml;")
aI("status=Corporate Governance;text=Corporate Governance;url=/company/governance.shtml;")
aI("status=Share Price;text=Share Price;url=http://www.asx.com.au/asx/markets/priceLookup.do?by=asxCodes&asxCodes=crl;")
}

with(milonic=new menuname("reports")){
style=ScrollingSampStyle;
align="center";
itemheight=30;
itemwidth=148;
onbgcolor="#4F8EB6";
aI("status=Annual Reports;text=Annual Reports;url=/reports/annual.shtml;");
aI("status=Quarterly Reports;text=Quarterly Report;url=/reports/pdf/09dec.pdf;");
aI("status=All ASX Reports and Announcements;text=Announcements and Reports;url=/reports/index.shtml;");
}

with(milonic=new menuname("projects")){
style=ScrollingSampStyle;
align="center";
itemheight=30;
itemwidth=148;
onbgcolor="#4F8EB6";
aI("status=NSW;text=NSW;url=");
aI("status=Browns Reef;text=Browns Reef;url=/projects/brownsreef.shtml");
aI("status=Kerrs Creek;text=Kerrs Creek;url=/projects/kerrscreek.shtml");
aI("status=Murrumbateman;text=Murrumbateman;url=/projects/murrumbateman.shtml");
aI("status=WA;text=WA;url=");
aI("status=Yalgoo;text=Yalgoo;url=/projects/yalgoo.shtml");
aI("status=Utopia;text=Utopia;url=/projects/utopia.shtml");
aI("status=Jibadji;text=Jibadji;url=/projects/jibadji.shtml");
aI("status=OTHER;text=OTHER;url=");
aI("status=Environmental Oil Solutions;text=Environmental Oil Solutions;url=/projects/eos.shtml");
}


drawMenus();


