_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="#E6EAED";
oncolor="#004F86";
offbgcolor="#004F86";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="";
fontfamily="Arial, helvetica";
pagecolor="#5A7C98";
pagebgcolor="#E6EAED";
headercolor="#5A7C98";
headerbgcolor="#E6EAED";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=History;url=/s/History.asp;status=History;");
aI("text=Board of Directors;url=/s/BoardofDirectors.asp;status=Board of Directors;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Governance;url=/s/Governance.asp?ReportID=282868;status=Governance;");
}

with(milonic=new menuname("oil")){
style=menuStyle;
aI("text=Companies/Organization/Summary;url=/s/CompaniesOrgSummary.asp;status=Companies/Organization/Summary;");
aI("text=Devan;url=/s/Devan.asp;status=Devan;");
aI("text=Westland;url=/s/Westland.asp;status=Westland;");
aI("text=Century Well Services;url=/s/CenturyWellServices.asp;status=Century Well Services;");
}

with(milonic=new menuname("min")){
style=menuStyle;
aI("text=Clean Age Minerals/CAP Properties/Organization;url=/s/CleanAge.asp;status=Clean Age Minerals/CAP Properties/Organization;");
aI("text=Sierra Kaolin Project;url=/s/SierraKaolin.asp;status=Sierra Kaolin Project;");
aI("text=Marfa Zeolite Project;url=/s/MarfaZeolite.asp;status=Marfa Zeolite Project;");
aI("text=Mesa de Oro Property;url=/s/MesadeOro.asp;status=Mesa de Oro Property;");
aI("text=Beaver Creek Zeolite Property;url=/s/BeaverCreek.asp;status=Beaver Creek Zeolite Property;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Investor Relations Info;url=/s/InvestorInfo.asp;status=Investor Relations Info;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Financials/Regulatory Filings;url=http://www.sec.gov/cgi-bin/browse-edgar?company=Daleco&CIK=&filenum=&State=&SIC=&owner=include&action=getcompany;target=_blank;status=Financials/Regulatory Filings;");
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/ContactUs.asp;status=Contact Info;");
}

drawMenus();