fixMozillaZIndex=true
_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="#333333";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CCCCCC";
separatorsize="0";
padding="0";
fontstyle="normal";
fontweight="normal";
margin="0";
}

with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#a91721";
offbgcolor="#333333";
offcolor="#cccccc";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#CCCCCC";
pagebgcolor="#000000";
headercolor="#ffffff";
headerbgcolor="#333333";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Main Menu")){
style=AllImagesStyle;
top=324;
menualign="center";
screenposition="center";
alwaysvisible=1;
orientation="horizontal";
position="absolute";
aI("status=Home Page;url=index.html;image=images/nav/home_off.jpg;overimage=images/nav/home_on.jpg;");
aI("status=Corporate Profile Page;showmenu=corp;image=images/nav/profile_off.jpg;overimage=images/nav/profile_on.jpg;");
aI("status=Projects Page;showmenu=proj;image=images/nav/projects_off.jpg;overimage=images/nav/projects_on.jpg;");
aI("status=Investor Information Page;showmenu=inv;image=images/nav/investors_off.jpg;overimage=images/nav/investors_on.jpg;");
aI("status=News Releases Page;showmenu=news;url=newsreleases.html;image=images/nav/news_off.jpg;overimage=images/nav/news_on.jpg;");
aI("url=contact.html;status=Contact Us Page;image=images/nav/contact_off.jpg;overimage=images/nav/contact_on.jpg;");

}

   with(milonic=new menuname("corp")){
   position="absolute";
   style=menuStyle;
   aI("text=About the Company;url=company.html;status=About The Company;");
   aI("text=Directors and Officers;url=directorsandofficers.html;status=Directors and Officers;");
   aI("text=Corporate Documents;url=corporatedocuments.html;status=Corporate Documents;");

   }
   
   with(milonic=new menuname("news")){
   position="absolute";
   style=menuStyle;
   aI("text=Green Money Reports;url=greenmoney.html;status=Green Money Reports;");

   }
   
   
   with(milonic=new menuname("inv")){
   position="absolute";  
   style=menuStyle;
   aI("text=Overview;url=investorsoverview.html;status=Investors Overview;");
   aI("text=Financial Reports;url=financialreports.html;status=Financial Reports;");
   aI("text=Research Reports;url=researchreports.html;status=Research Reports;");
   aI("text=Presentations;url=presentations.html;status=Presentations;");
   aI("text=Stock Quote;url=http://cxa.marketwatch.com/tsx/en/market/quote.aspx?symbol=GAX&x=17&y=11;target=_blank");

   }

   with(milonic=new menuname("proj")){
   position="absolute";
   style=menuStyle;
   aI("text=Bottle Creek;url=bottlecreek.html;status=Bottle Creek;");
   aI("text=Steel River;url=steelriver.html;status=Steel River;");
   aI("text=Montrose;url=montrose.html;status=Montrose;");
   aI("text=Kellyn;url=kellyn.html;status=Kellyn;");
   aI("text=Regcourt;url=regcourt.html;status=Regcourt;");
   }


drawMenus();