_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="#595A5C";
offcolor="#FFFFFF";
onbgcolor="#CD271B";
oncolor="#FFFFFF";
pagebgcolor="#CD271B";
pagecolor="#FFFFFF";
bordercolor="#101010";
borderstyle="solid";
borderwidth=1;
separatorcolor="#828385";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="helvetica, arial";
headercolor="#FFFFFF";
headerbgcolor="#CD271B";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Overview;url=/s/Corporate.asp;status=Overview;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Directory;url=/s/CorporateDirectory.asp;status=Directory;");
aI("text=Chairman's Message;url=/s/ChairmansMessage.asp;status=Chairman's Message;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Mary March;url=/s/Mary_March.asp?ReportID=329979;status=Mary March;");
//aI("text=Conception Bay South;url=/s/Conception_Bay.asp?ReportID=329980;status=Conception Bay South;");
aI("text=Slate Bay;url=/s/Slate_Bay.asp?ReportID=329981;status=Slate Bay;");
aI("text=Other Properties;url=/s/Other_Properties.asp;status=Other Properties;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Industry Articles;url=/s/Industry_Articles.asp;status=Industry Articles;");
aI("text=Upcoming Events;url=/s/Events.asp;status=Upcoming Events;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Financials;url=/s/Financials.asp;status=Financials;showmenu=fin;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
}

with(milonic=new menuname("fin")){
style=menuStyle;
aI("text=Quarterlies;url=/s/Financials.asp;status=Quarterlies;");
aI("text=Annual Reports;url=/s/Annual_Reports.asp;status=Annual Reports;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/Contact.asp;status=Contact Info;");
aI("text=Join Email List;url=/s/InformationRequest.asp;status=Join Email List;");
}

drawMenus();
