_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="#889A80";
oncolor="#ffffff";
offbgcolor="#f0f0f0";
offcolor="#000000";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#889A80";
headercolor="#ffffff";
headerbgcolor="#889A80";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Management & Directors;url=/s/Management.asp;status=Management & Directors;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Corporate Vision;url=/s/Vision.asp;status=Corporate Vision;");
//aI("text=Company History;url=/s/History.asp;status=Company History;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Overview;url=/s/Projects.asp;status=Overview;");
aI("text=Carajás Nickel-Copper;url=/s/CarajasNickel-Copper.asp;status=Carajás Nickel-Copper;");
//aI("text=Andradas Copper;url=/s/AndradasCopper.asp;status=Andradas Copper;");
aI("text=Xingu-Medicilandia Iron;url=/s/Xingu-MedicilandiaIron.asp;status=Xingu-Medicilandia Iron;");
aI("text=Tapajós Gold;url=/s/TapajosGold.asp;status=Tapajós Gold;");
aI("text=Diamonds;url=/s/Diamonds.asp;status=Diamonds;");
aI("text=Brazil;url=/s/Brazil.asp;status=Brazil;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
//aI("text=Why Invest In Majestic?;url=/s/WhyInvest.asp;status=Why Invest In Majestic?;");
aI("text=Fact Sheet;url=/s/FactSheet.asp;status=Fact Sheet;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Presentations & Reports;url=/s/Presentations.asp;status=Presentations & Reports;");
}

with(milonic=new menuname("contact")){
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();
