_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=1               // Sub menu top offset
_subOffsetLeft=2             // 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()){
offbgcolor="#ffffff";
offcolor="#333333";
onbgcolor="#fa9f00";
oncolor="#ffffff";
pagebgcolor="#fa9f00";
pagecolor="#ffffff";
bordercolor="#fa9f00";
borderstyle="solid";
borderwidth=1;
separatorcolor="#cccccc";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial, helvetica";
headercolor="#ffffff";
headerbgcolor="#fa9f00";
subimage="";
subimagepadding="2";
overfilter="alpha(opacity=100)";
outfilter="";
horizontalMenuDelay = true;
}

with(menuStyle2=new mm_style()){
offbgcolor="#ffe2a0";
offcolor="#333333";
onbgcolor="#ffffff";
oncolor="#fa9f00";
pagebgcolor="#ffffff";
pagecolor="#fa9f00";
bordercolor="#fa9f00";
borderstyle="dotted";
borderwidth=1;
separatorcolor="#fa9f00";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial, helvetica";
headercolor="#fa9f00";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="alpha(opacity=100)";
outfilter="";
horizontalMenuDelay = true;
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
//aI("text=Hughes Group;url=/s/HughesGroup.asp;status=Hughes Group;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
itemwidth=89;
aI("text=BC;url=/s/Clubine.asp;status=BC;showmenu=bc;");
aI("text=Yukon;url=/s/IndianRiver.asp;status=Yukon;showmenu=yk;");
aI("text=Ontario;url=/s/Ontario.asp;status=Ontario;showmenu=on;");
}

	with(milonic=new menuname("bc")){
	style=menuStyle2;
	aI("text=Clubine;url=/s/Clubine.asp;status=Clubine;");
	aI("text=Red Point;url=/s/RedPoint.asp;status=Red Point;");	
	}

	with(milonic=new menuname("yk")){
	style=menuStyle2;
	aI("text=Indian River Placer;url=/s/IndianRiver.asp;status=Indian River Placer;");
	aI("text=Lone Star;url=/s/LoneStar.asp;status=Lone Star;");
	}

	with(milonic=new menuname("on")){
	style=menuStyle2;
	aI("text=There are currently no Ontario projects posted on this site;url=#;status=There are currently no Ontario projects posted on this site;");
	}

with(milonic=new menuname("news")){
style=menuStyle;
itemwidth=62;
aI("text=2011;url=/s/NewsReleases.asp?DateRange=2011/01/01...2011/12/31;status=2011;");
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;");
}


with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
}

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();
