_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="#8f7004";
oncolor="#ffffff";
offbgcolor="#4b525a";
offcolor="#ffffff";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#8f7004";
headercolor="#ffffff";
headerbgcolor="#8f7004";
subimage="";
subimagepadding="2";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3)";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.3)";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Overview;url=/s/Overview.asp;status=Overview;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
//aI("text=Social Responsibility;url=/s/SocialResponsibility.asp;status=Social Responsibility;");
aI("text=Hughes Group;url=/s/HughesGroup.asp;status=Hughes Group;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Overview;url=/s/Projects.asp;status=Overview;");
//aI("text=Resources;url=/s/Resources.asp;status=Resources;");
aI("text=Langmuir;url=/s/Langmuir.asp;status=Langmuir;");
aI("text=Abitibi East;url=/s/AbitibiEast.asp;status=Abitibi East;");
aI("text=Timmins West;url=/s/TimminsWest.asp;status=Timmins West;");
aI("text=Shillington;url=/s/Shillington.asp;status=Shillington;");
aI("text=Uke;url=/s/Uke.asp;status=Uke;");
aI("text=Kidd West;url=/s/KiddWest.asp;status=Kidd West;");
aI("text=Northland Mine;url=/s/Northland.asp;status=Northland Mine;");
aI("text=South Porcupine;url=/s/SouthPorcupine.asp;status=South Porcupine;");
aI("text=Brinklow;url=/s/Brinklow.asp;status=Brinklow;");
//aI("text=Gold;url=/s/Gold.asp;status=Gold;showmenu=gold;");
//aI("text=Base Metals;url=/s/BaseMetals.asp;status=Base Metals;showmenu=bm;");
//aI("text=Diamonds;url=/s/Diamonds.asp;status=Diamonds;showmenu=diamonds;");
}

   with(milonic=new menuname("gold")){
   style=menuStyle;
   aI("text=Ontario;url=/s/Ontario.asp;status=Ontario;");
   aI("text=Quebec;url=/s/Quebec.asp;status=Quebec;");
   aI("text=Nevada;url=/s/Nevada.asp;status=Nevada;");
   }

   with(milonic=new menuname("gold")){
   style=menuStyle;
   aI("text=Ontario;url=/s/Ontario.asp;status=Ontario;");
   aI("text=Quebec;url=/s/Quebec.asp;status=Quebec;");
   aI("text=Nevada;url=/s/Nevada.asp;status=Nevada;");
   }

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Financial Reports;url=/s/FinancialReports.asp;status=Financial Reports;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
aI("text=Media;url=/s/Media.asp;status=Media;");
}

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();