_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(menuStyle=new mm_style()){
offbgcolor="#7894B4";
offcolor="#FFFFFF";
onbgcolor="#7894B4";
oncolor="#000000";
pagebgcolor="#7894B4";
pagecolor="#333333";
bordercolor="#101010";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=6;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=OVERVIEW;url=/s/Corporate.asp;status=Overview;");
aI("text=CORPORATE DIRECTORY;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=MANAGEMENT;url=/s/Management.asp;status=Management;");
aI("text=HUGHES GROUP;url=/s/HughesGroup.asp;status=Hughes Group;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=2010;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010;");
aI("text=2009;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009;");
aI("text=2008;url=/s/NewsReleases.asp?DateRange=2008/01/01...2008/12/31;status=2008;");
aI("text=2007;url=/s/NewsReleases.asp?DateRange=2007/01/01...2007/12/31;status=2007;");
aI("text=2006;url=/s/NewsReleases.asp?DateRange=2006/01/01...2006/12/31;status=2006;");
//aI("text=2005;url=/s/NewsReleases.asp?DateRange=2005/01/01...2005/12/31;status=2005;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=YUKON;url=/s/Yukon.asp;status=Yukon;");
aI("text=GOWGANDA;url=/s/Ontario.asp;status=Gowganda;");
aI("text=MEXICO;url=/s/Mexico.asp;status=Mexico;");
aI("text=SLOCAN;url=/s/Sandon.asp;status=Slocan;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=STOCK INFO;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=SHARE STRUCTURE;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=FINANCIAL STATEMENTS;url=/s/FinancialStatements.asp;status=Financial Statements;");
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/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();