_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="#393939";
offcolor="#ffffff";
onbgcolor="#bf0000";
oncolor="#ffffff";
pagebgcolor="#bf0000";
pagecolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#ffffff";
headerbgcolor="#bf0000";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Board of Directors;url=/s/Board.asp;status=Board of Directors;");
aI("text=Corporate Data;url=/s/Corporate_Data.asp;status=Corporate Data;");
aI("text=Financial Reports;url=/s/Financial_Statements.asp;status=Financial Reports;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Murray Project;url=/s/Murray.asp;status=Murray Project;");
//aI("text=Camlaren Property;url=/s/Camlaren.asp;status=Camlaren Property;");
aI("text=May Property;url=/s/May.asp;status=May Property;");
aI("text=Burnt Island Property;url=/s/BurntIsland.asp;status=Burnt Island Property;");
aI("text=Staircase Property;url=/s/Staircase.asp;status=Staircase Property;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/s/Stock_Info.asp;status=Stock Info;");
aI("text=Financial Reports;url=/s/Financial_Statements.asp;status=Financial Reports;");
aI("text=News Releases;url=/s/News_Releases.asp;status=News Releases;");
aI("text=Share Structure;url=/s/Share_Structure.asp;status=Share Structure;");
aI("text=Fact Sheet;url=/s/Fact_Sheet.asp;status=Fact Sheet;");
aI("text=Contact Investor Relations;url=/s/IR_Contact.asp;status=Contact Investor Relations;");
aI("text=Request More Info;url=/s/Information_Request.asp;status=Request More Info;");
}

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/Information_Request.asp;status=Request More Info;");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();
