_menuCloseDelay=1500          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=500            // 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=1            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x
fixMozillaZIndex=true

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(menuStyle2=new mm_style()){
onbgcolor="#333333";
oncolor="#cccccc";
offbgcolor="#ffffff";
offcolor="#333333";
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=1;
separatorcolor="#cccccc";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="verdana,arial";
pagecolor="#cccccc";
pagebgcolor="#333333";
headercolor="#cccccc";
headerbgcolor="#333333";
subimage="";
subimagepadding="2";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
itemwidth="";
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Overview;url=/s/Corporate.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("Projects")){
style=menuStyle;
aI("text=Overview;url=/s/Projects.asp;status=Overview;");
aI("text=Ontario;url=/s/Crest_Lake.asp;status=Ontario;showmenu=ON;");
aI("text=Yukon;url=/s/Michelle.asp;status=Yukon;showmenu=YK;");
}

with(milonic=new menuname("ON")){
style=menuStyle2;
aI("text=Crest Lake;url=/s/Crest_Lake.asp;status=Crest Lake;");
aI("text=Denton;url=/s/Denton.asp;status=Denton;");
aI("text=Golden Bird Nest;url=/s/Golden_Bird_Nest.asp;status=Golden Bird Nest;");
aI("text=Keefer;url=/s/Keefer.asp;status=Keefer;");
aI("text=Palomar Lake;url=/s/Palomar_Lake.asp;status=Palomar Lake;");
aI("text=Sewell West;url=/s/Sewell_West.asp;status=Sewell West;");
aI("text=Whitesides/Carscallen;url=/s/Whitesides.asp;status=Whitesides/Carscallen;");
aI("text=MGH;url=/s/MGH.asp;status=MGH;");
}

with(milonic=new menuname("YK")){
style=menuStyle2;

aI("text=Michelle;url=/s/Michelle.asp;status=Michelle;");
aI("text=Convert;url=/s/Convert.asp;status=Convert;");
aI("text=Bar;url=/s/Bar.asp;status=Bar;");
aI("text=Kit;url=/s/Kit.asp;status=Kit;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/s/Stock_Info.asp;status=Stock Info;");
aI("text=News Releases;url=/s/News_Releases.asp?DateRange=2010/01/01...2010/12/31;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("News")){
style=menuStyle;
itemwidth=105;
aI("text=2012;url=/s/News_Releases.asp?DateRange=2012/01/01...2012/12/31;status=2012;");
aI("text=2011;url=/s/News_Releases.asp?DateRange=2011/01/01...2011/12/31;status=2011;");
aI("text=2010;url=/s/News_Releases.asp?DateRange=2010/01/01...2010/12/31;status=2010;");
aI("text=2009;url=/s/News_Releases.asp?DateRange=2009/01/01...2009/12/31;status=2009;");
aI("text=2008;url=/s/News_Releases.asp?DateRange=2008/01/01...2008/12/31;status=2008;");
}

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();
