_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="#577AA1";
oncolor="#ffffff";
offbgcolor="#D2DCE8";
offcolor="#000000";
bordercolor="#53667E";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffcc00";
pagebgcolor="#577AA1";
headercolor="#ffcc00";
headerbgcolor="#577AA1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Overview;url=/s/Corporate.asp;status=Overview;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Directors;url=/s/Directors.asp;status=Directors;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Publicly Filed Documents;showmenu=filings;status=Publicly Filed Documents;");
}

   with(milonic=new menuname("filings")){
   style=menuStyle;
   aI("text=SEDAR;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00003092;target=blank;status=SEDAR;");
   aI("text=EDGAR;url=http://www.sec.gov/cgi-bin/browse-edgar?company=Aurizon&CIK=&filenum=&State=&SIC=&action=getcompany;target=blank;status=EDGAR;");
   }

with(milonic=new menuname("op")){
style=menuStyle;
aI("text=Outlook;url=/s/Operations.asp;status=Outlook;");
aI("text=Casa Berardi;showmenu=casa;status=Casa Berardi;");
//aI("text=Sleeping Giant;url=/s/SleepingGiant.asp;status=Sleeping Giant;");
aI("text=Development;url=#;showmenu=dev;status=Development;");
aI("text=Exploration;url=#;showmenu=exp;status=Exploration;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
aI("text=Maps & Charts;url=/s/Maps_Charts.asp;status=Maps & Charts;");
aI("text=Technical Reports;url=/s/TechnicalReports.asp;status=Technical Reports;");
}

   with(milonic=new menuname("casa")){
   style=menuStyle;
   aI("text=Project;url=/s/CB-Project.asp;status=Project;");
   aI("text=Exploration;url=/s/CB-Exploration.asp;status=Exploration;");
   aI("text=People;url=/s/CB-Photos.asp;status=People;");
   }
   
      with(milonic=new menuname("exp")){
      style=menuStyle;
       aI("text=Kipawa;url=/s/Kipawa.asp;status=Kipawa;");
   }

      with(milonic=new menuname("dev")){
      style=menuStyle;
      aI("text=Joanna;url=/s/Joanna.asp;status=Joanna;");
      
   }

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Research Coverage;url=/s/ResearchCoverage.asp;status=Research Coverage;");
aI("text=Annual Reports;url=/s/AnnualReports.asp;status=Annual Reports;");
aI("text=Quarterly Reports;url=/s/QuarterlyReports.asp;status=Quarterly Reports;");
aI("text=Presentation;url=/s/Presentation.asp;status=Presentation;");
aI("text=Related Links;url=/s/RelatedLinks.asp;status=Related Links;");
aI("text=Glossary;url=/s/Glossary.asp;status=Glossary;");
//aI("text=Unsolicited Offer;url=/s/Unsolicited_Offer.asp;status=Unsolicited Offer;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
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();