_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="#cccccc";
oncolor="#333333";
offbgcolor="#ffffff";
offcolor="#333333";
bordercolor="#333333";
borderstyle="solid";
borderwidth=1;
separatorcolor="#333333";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="verdana,arial";
pagecolor="#333333";
pagebgcolor="#cccccc";
headercolor="#333333";
headerbgcolor="#cccccc";
subimage="";
subimagepadding="2";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
itemwidth="";
}



with(milonic=new menuname("about")){
style=menuStyle;
aI("text=History;url=/s/Corporate.asp;status=History;");
aI("text=Management & Directors;url=/s/Management.asp;status=Management & Directors;");
//aI("text=Advisory Board;url=/s/AdvisoryBoard.asp;status=Advisory Board;");
aI("text=Code of Conduct & Ethics;url=/s/CodeofConduct.asp;status=Code of Conduct & Ethics;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=El Creston;url=/s/ElCreston.asp;status=El Creston;");
aI("text=Moly Brook;url=/s/MolyBrook.asp;status=Moly Brook;");
aI("text=Ajax;url=/s/Ajax.asp;status=Ajax;");
//aI("text=Location;url=/s/Location.asp;status=Location;");
//aI("text=History;url=/s/History.asp;status=History;");
//aI("text=Geology;url=/s/Geology.asp;status=Geology;");
//aI("text=Mineral Reserves and Resources;url=/s/MineralResource.asp;status=Mineral Reserves and Resources;");
//aI("text=Work Program;url=/s/WorkProgram.asp;status=Work Program;");
//aI("text=Pre-Feasibility Study;url=/i/pdf/2009-03-23_CrestonPreFeasibilityStudy.pdf;status=Pre-Feasibility Study;");
//aI("text=Resource Estimate of Main Deposit;url=/i/pdf/Technical_Report_43-101_Resource_Estimate_12102008.pdf;status=Resource Estimate of Main Deposit;");
//aI("text=Map of Creston Drill Holes;url=;status=Map of Creston Drill Holes;");
//aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
}

with(milonic=new menuname("aboutmoly")){
style=menuStyle;
aI("text=About Molybdenum;url=/s/AboutMoly.asp;status=About Molybdenum;");
aI("text=Reports;url=/s/MolybdenumReports.asp;status=Reports;");
}

with(milonic=new menuname("ir")){
style=menuStyle;
//aI("text=Investor Brochure;url=/s/InvestorBrochure.asp;status=Investor Brochure;");
aI("text=Corporate Summary;url=/s/FactSheet.asp;status=Corporate Summary;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Financial Reports;url=/s/FinancialReports.asp;status=Financial Reports;");
aI("text=Quote & Chart;url=/s/QuoteandChart.asp;status=Quote & Chart;");
aI("text=Filings;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00008241;target=blank;status=Filings;");
aI("text=Press Articles;url=/s/PressArticles.asp;status=Press Articles;");
aI("text=Corporate Presentation;url=/s/Presentation.asp;status=Corporate Presentation;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
}


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();