_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="#C1C8CF";
oncolor="#15457C";
offbgcolor="#15457C";
offcolor="#ffffff";
bordercolor="#1C5899";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#15457C";
pagebgcolor="#C1C8CF";
headercolor="#15457C";
headerbgcolor="#C1C8CF";
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=Strategy;url=/s/Strategy.asp;status=Strategy;");
aI("text=People;url=/s/People.asp;status=People;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Gordon Creek Property;url=/s/Gordon.asp?ReportID=140501;status=Gordon Creek Property;");
aI("text=Dover-Gautreau;url=/s/Dover-Gautreau.asp;status=Dover-Gautreau;");
aI("text=Rush County, Kansas;url=/s/RushCounty.asp;status=Rush County, Kansas;");
aI("text=Weston County, Wyoming;url=/s/WestonCounty.asp;status=Weston County, Wyoming;");
//aI("text=S310 Property;url=/s/S310.asp;status=S310 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=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Articles;url=/s/Articles.asp;status=Articles;");
aI("text=Corporate Presentation (PDF);url=/i/pdf/TBD_Presentation.pdf;target=blank;status=Corporate Presentation (PDF);");
}

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;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

drawMenus();