_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="#113d56";
offcolor="#ffffff";
onbgcolor="#ffffff";
oncolor="#113d56";
pagebgcolor="#ffffff";
pagecolor="#113d56";
bordercolor="#98b5c3";
borderstyle="solid";
borderwidth=1;
separatorcolor="#98b5c3";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#113d56";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Decoy")){
left=200;
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("Corp")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
//aI("text=Community;url=/s/Community.asp;status=Community;");
}

with(milonic=new menuname("Prj")){
style=menuStyle;
aI("text=Maybell Property, Colorado;url=/s/Maybell.asp;status=Maybell Property, Colorado;");
aI("text=Rose Pipe Property, Arizona;url=/s/Rosepipe.asp;status=Rose Pipe Property, Arizona;");
}

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=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
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();