_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(menuStyle=new mm_style()){
onbgcolor="#993300";
oncolor="#ecde9d";
offbgcolor="#993300";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ecde9d";
pagebgcolor="#993300";
headercolor="#ecde9d";
headerbgcolor="#993300";
subimage="/cc/i/arrow-w.gif";
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)";
fixMozillaZIndex=true;
}

with(milonic=new menuname("corp")){
style=menuStyle;
top="offset=-1";
aI("text=Management & Directors;url=/s/Management_new.asp;status=Management & Directors;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
top="offset=-1";
aI("text=Aurizona Project;url=/s/Aurizona_Project.asp?ReportID=365588;status=Aurizona Project;");
aI("text=Building Aurizona Project;url=/s/Building_Aurizona.asp;status=Building Aurizona Project;");
aI("text=Cachoeira Project;url=/s/Cachoeira_Project.asp?ReportID=365744;status=Cachoeira Project;");
aI("text=About Brazil;url=/s/CountryInfo.asp;status=About Brazil;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=-1";
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Related Web Sites;url=/s/RelatedSites.asp;status=Related Web Sites;");
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Related Reports;url=/s/RelatedReports.asp;status=Related Reports;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
aI("text=FAQs;url=/s/FAQ.asp;status=FAQs;");
aI("text=Investor Forum;url=/s/InvestorForum.asp;status=Investor Forum;");
aI("text=2009 AGM Info;url=/s/2009AGM.asp;status=2009 AGM Info;");
aI("text=Presentation;url=/s/Presentation.asp;status=Presentation;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
top="offset=-1";
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();
