_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=5               // Sub menu top offset
_subOffsetLeft=-10            // 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()){
offbgcolor="#F0F0F0";
offcolor="#000000";
onbgcolor="#CECECE";
oncolor="#333333";
pagebgcolor="#CECECE";
pagecolor="#333333";
bordercolor="#101010";
borderstyle="solid";
borderwidth=1;
separatorcolor="#101010";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management & Directors;url=/s/Management.asp;status=Management & Directors;");
// aI("text=Corporate Structure;url=/s/CorporateStructure.asp;status=Corporate Structure;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
aI("text=Environment & Community;url=/s/Community.asp;status=Environment & Community;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Advanced Gold Projects;showmenu=AGold;");
aI("text=Other Gold Projects;url=/s/Other.asp;showmenu=Gold;");
//aI("text=Bauxite;showmenu=Bauxite;");
}

with(milonic=new menuname("AGold")){
style=menuStyle;
aI("text=Cuiu Cuiu;url=/s/CuiuCuiu.asp;status=Cuiu Cuiu;");
aI("text=Coringa;url=/s/Coringa.asp;status=Coringa;");
}

with(milonic=new menuname("Gold")){
style=menuStyle;
aI("text=Mato Velho;url=/s/MatoVelho.asp;status=Mato Velho;");
aI("text=União;url=/s/Uniao.asp;status=União;");
aI("text=Porquinho;url=/s/Porquinho.asp;status=Porquinho;");
aI("text=Maranhense;url=/s/Maranhense.asp;status=Maranhense;");
//aI("text=Cabeca Sul;url=/s/CabecaSul.asp;status=Cabeca Sul;");
//aI("text=Other Projects;url=/s/Other.asp;status=Other Projects;");
}

//with(milonic=new menuname("Bauxite")){
//style=menuStyle;
//aI("text=Nhamundá;url=/s/Nhamunda.asp;status=Nhamundá;");
//aI("text=Other Bauxite Properties;url=/s/OtherBauxite.asp;status=Other Bauxite Properties;");
//aI("text=Maués and Maués Sul;url=/s/Maues.asp;status=Maués and Maués Sul;");
//}

with(milonic=new menuname("Investor")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Brazil;url=/s/Brazil.asp;status=Brazil;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Useful Links;url=/s/Links.asp;status=Useful Links;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Fact Sheet;url=/i/pdf/FactSheet.pdf;target=_blank;status=Fact Sheet;");
//aI("text=Investor Coverage;url=/s/InvestorCoverage.asp;status=Investor Coverage;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=News Articles;url=/s/NewsArticles.asp;status=News Articles;");
}

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=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();