_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
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
offbgcolor="#c5d3e0";
offcolor="#054874";
onbgcolor="#054874";
oncolor="#c5d3e0";
pagebgcolor="#054874";
pagecolor="#c5d3e0";
bordercolor="#bedeef";
borderstyle="solid";
borderwidth=1;
separatorcolor="#bedeef";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#c5d3e0";
headerbgcolor="#054874";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
left="offset=13";
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Financial Statements;url=/s/Financials.asp;status=Financial Statements;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
left="offset=60";
aI("text=Thunder Ridge;url=/s/Thunder_Ridge.asp;status=Thunder Ridge;");
aI("text=Manson Creek;url=/s/Manson_Creek.asp;status=Manson Creek;");
aI("text=Prince George;url=/s/Prince_George.asp;status=Prince George;");
aI("text=Technical Reports;url=/s/Tech_Reports.asp;status=Technical Reports;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
left="offset=19";
aI("text=Stock Information;url=/s/Stock_Info.asp;status=Stock Information;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
//aI("text=Upcoming Events;url=/s/Upcoming_Events.asp;status=Upcoming Events;");
}

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();