with(milonic=new menuname("Main Menu")){
   alwaysvisible=1;
   style=topMenu;
   position="relative";
   // This is a dummy menu item for the forced milonic item...
   aI("text=Department Home;url=../hcs/default.asp;");
   aI("text=Environmental Health Home;url=../eh/index.htm;");
   aI("text=HHW Home;url=index.htm;");
   aI("text=Hours & Directions;url=LocateUs.htm;");
   aI("text=Contact Staff;url=mailto:csfost@kalcounty.com;");
   aI("text=What's Accepted;url=accepted.htm;");
   aI("text=What's Not Accepted;url=notaccepted.htm;");
   aI("text=Compact Fluorescent Lights;url=cfl.htm;");
   aI("showmenu=Menu 2;text=Electronics Recycling;url=;");
   aI("text=Free Pesticide Disposal;url=pesticides.htm;");
   aI("text=Latex vs Oil-based Paints;url=latex.htm;");
   aI("text=Unwanted Medications Disposal;url=med-disposal.htm;");
   aI("text=Mercury &amp; Your Health;url=mercury.htm;");
   aI("text=Recycling Information;url=recycling.htm;");
   aI("text=Small Business Services;url=bizwaste.htm;");
   aI("text=Used Motor Oil Recycling;url=oilrecycling.htm;");

}

_d.write("<div id=\"dnav\">");
drawMenus();
_d.write("</div>");

