_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


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#375073";
oncolor="#ffffff";
offbgcolor="#0D1F3B";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#375073";
headercolor="#ffffff";
headerbgcolor="#375073";
subimage="";
subimagepadding="2";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3)";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.3)";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Board of Directors;url=/s/BoardofDirectors.asp;status=Board of Directors;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
//aI("text=Governance;url=/s/Governance.asp;status=Governance;");
//aI("text=Environment;url=/s/Environment.asp;status=Environment;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Lockerby;url=/s/Lockerby.asp;status=Lockerby;");
//aI("text=Premiere Ridge;url=/s/PremiereRidge.asp;status=Premiere Ridge;");
aI("text=Morgan-Lumsden;url=/s/Morgan-Lumsden.asp;status=Morgan-Lumsden;");
aI("text=West Graham;url=/s/WestGraham.asp;status=West Graham;");
aI("text=Raglan Hills;url=/s/RaglanHills.asp;status=Raglan Hills;");
aI("text=Belmont;url=/s/Belmont.asp;status=Belmont;");
}

with(milonic=new menuname("inv")){
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 Reports;url=/s/FinancialReports.asp;status=Financial Reports;");
aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
//aI("text=Fact Sheet (PDF);url=/i/pdf/factsheet.pdf;target=blank;status=Fact Sheet (PDF);");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/ContactUs.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();