_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
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
offbgcolor="#8d7d59";
offcolor="#f0f0f0";
onbgcolor="#4e4025";
oncolor="#ffffff";
pagebgcolor="#4e4025";
pagecolor="#ffffff";
bordercolor="#a0926d";
borderstyle="solid";
borderwidth=1;
separatorcolor="#a0926d";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#ffffff";
headerbgcolor="#4e4025";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Company Profile;url=/s/Company_Profile.asp;status=Company Profile;");
aI("text=Board & Management;url=#;status=Board & Management;showmenu=brd;");
aI("text=Country Profile;url=/s/Country_Profile.asp;status=Country Profile;");
aI("text=Corporate Governance;url=/s/Corporate_Governance.asp;status=Corporate Governance;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("brd")){
style=menuStyle;
aI("text=Board;url=/s/Board.asp;status=Board;");
aI("text=Management;url=/s/Management.asp;status=Management;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Overview;url=/s/Projects.asp;status=Overview;");
aI("text=Permit Location;url=/s/Permit_Location.asp;status=Permit Location;");
aI("text=Sillaro;url=/s/Sillaro.asp;status=Sillaro;");
aI("text=Castello;url=/s/Castello.asp;status=Castello;");
aI("text=S. Alberto;url=/s/S_Alberto.asp;status=S. Alberto;");
aI("text=Bezzecca;url=/s/Bezzecca.asp;status=Bezzecca;");
aI("text=Fantuzza;url=/s/Fantuzza.asp;status=Fantuzza;");
aI("text=New Projects;url=/s/New_Licences.asp;status=New Projects;");

}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=News & ASX Releases;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=News & ASX Releases;");
aI("text=Financial Reports;url=/s/Financials.asp;status=Financial Reports;");
aI("text=Analyst Reports;url=/s/Analyst_Reports.asp;status=Analyst Reports;");
aI("text=Quarterly Reports;url=/s/Quarterly_Reports.asp;status=Quarterly Reports;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=AGM;url=/s/AGM.asp;status=AGM;");
aI("text=Share Price;url=/s/Share_Price.asp;status=Share Price;");
aI("text=Email Alert;url=/s/InformationRequest.asp;status=Email Alert;");
aI("text=Capital Structure;url=/s/Capital_Structure.asp;status=Capital Structure;");
aI("text=Fact Sheet;url=/s/Fact_Sheet.asp;status=Fact Sheet;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/Contact.asp;status=Contact Info;");
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
aI("text=Job Opportunities;url=/s/Job_Opportunities.asp;status=Job Opportunities;");
}

drawMenus();