_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="#B26E22";
oncolor="#ffffff";
offbgcolor="#988344";
offcolor="#ffffff";
bordercolor="#988344";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#B26E22";
pagebgcolor="#CDDDF1";
headercolor="#B26E22";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
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;
aI("text=La Quebrada Project;url=/s/LaQuebrada.asp;status=La Quebrada Project;");
aI("text=Los Santos Ladrones Property;url=/s/LosSantos.asp;status=Los Santos Ladrones Property;");
aI("text=Las Rockeras Property;url=/s/LasRockeras.asp;status=Las Rockeras Property;");
aI("text=El Garrafal Property;url=/s/ElGarrafal.asp;status=El Garrafal Property;");
aI("text=Las Marianas Property;url=/s/LasMarianas.asp;status=Las Marianas Property;");
aI("text=Las Santas Musas Property;url=/s/LasSantas.asp;status=Las Santas Musas Property;");
aI("text=Las Gaviotas Property;url=/s/LasGaviotas.asp;status=Las Gaviotas Property;");
//aI("text=El Puclaro Property;url=/s/ElPuclaro.asp;status=El Puclaro Property;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Quote & Chart;url=/s/InvestorInfo.asp;status=Quote & Chart;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
//aI("text=Fact Sheet;url=http://www.mandalayresources.com/i/pdf/MandalayFactSheet.pdf;target=_blank;status=Fact Sheet;");
aI("text=Filings;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00016244;target=_blank;status=Filings;");
aI("text=Financial Statements;url=/s/Financials.asp;status=Financial Statements;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
//aI("text=Presentation;url=http://www.mandalayresources.com/2006-10-10_presentation/slide1.HTM;target=_blank;status=Presentation;");
aI("text=Reports;url=/s/ResearchReports.asp;status=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();