_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=5               // Sub menu top offset
_subOffsetLeft=-10            // 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(mainStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#c3404a";
offbgcolor="transparent";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="transparent";
separatorsize="1";
padding=4;
fontsize="18px";
fontweight="normal";
fontfamily="impact, Arial, helvetica";
pagecolor="#c3404a";
pagebgcolor="transparent";
headercolor="#c3404a";
headerbgcolor="transparent";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
rawcss="text-transform:uppercase;padding-right:20px";
}

with(menuStyle=new mm_style()){
onbgcolor="#083980";
oncolor="#ffffff";
offbgcolor="#c8dfe9";
offcolor="#525252";
bordercolor="#0c1a27";
borderstyle="solid";
borderwidth=1;
separatorcolor="#cccccc";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#083980";
headercolor="#ffffff";
headerbgcolor="#083980";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Overview;url=/s/Overview.asp;status=Overview;");
//aI("text=Company Strategy;url=/s/Company_Strategy.asp;status=Company Strategy;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/Corporate_Directory.asp;status=Corporate Directory;");
aI("text=Hughes Team;url=/s/Hughes_Team.asp;status=Hughes Team;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Cranbrook JV;url=/s/Cranbrook_JV.asp;status=Cranbrook JV;");
aI("text=ACR-Meath & West Townships;url=/s/ACR.asp;status=ACR-Meath & West Townships;");
aI("text=Armstrong Lake;url=/s/Armstrong_Lake.asp;status=Armstrong Lake;");
aI("text=Bolger;url=/s/Bolger.asp;status=Bolger;");
aI("text=Centre Fire Lake;url=/s/Centre_Fire_Lake.asp;status=Centre Fire Lake;");
aI("text=Elliot Lake;url=/s/Elliot_Lake.asp;status=Elliot Lake;");
aI("text=Foleyet;url=/s/Foleyet.asp;status=Foleyet;");
aI("text=Ivanhoe;url=/s/Ivanhoe.asp;status=Ivanhoe;");
aI("text=Kerr Addison North;url=/s/Kerr_Addison_North.asp;status=Kerr Addison North;");
aI("text=Meridian Bay;url=/s/Meridian_Bay.asp;status=Meridian Bay;");
aI("text=Muskego;url=/s/Muskego.asp;status=Muskego;");
aI("text=Redhat;url=/s/Redhat.asp;status=Redhat;");
aI("text=Tannahill;url=/s/Tannahill.asp;status=Tannahill;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/Stock_Info.asp;status=Stock Info;");
aI("text=News Releases;url=/s/News_Releases.asp;status=News Releases;");
aI("text=Financial Reports;url=/s/Financial_Reports.asp;status=Financial Reports;");
aI("text=Media;url=/s/Media.asp;status=Media;");
aI("text=Photo Gallery;url=/s/Photo_Gallery.asp;status=Photo Gallery;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/Contact.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();
