_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="#00927d";
oncolor="#ffffff";
offbgcolor="#00496b";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="normal";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#00927d";
headercolor="#ffffff";
headerbgcolor="#00927d";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Directors and Management;url=/s/Management.asp;status=Directors and Management;pagematch=/s/Corporate.asp;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;pagematch=/s/Corporate.asp;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;pagematch=/s/Corporate.asp;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Mt Margaret;url=/s/MtMargaret.asp?reportid=493881;status=Mt Margaret;status=Mt Margaret;");
aI("text=Premier/Dilworth Project;url=/s/Premier.asp?reportid=493898;status=Premier/Dilworth Project;status=Premier/Dilworth Project;");
//aI("text=Dilworth Project;url=/s/Dilworth.asp;status=Dilworth Project;pagematch=/s/Projects.asp;");
aI("text=Swamp Point Property;url=/s/SwampPoint.asp;status=Swamp Point Property;status=Swamp Point Property;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
}

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();
