// Define sub menus here!
// If page is in the root directory, use style of textMenu
// If page is in the first child directory, use style of textMenu

with(milonic=new menuname("Menu 1")){
   style=textMenu;
   aI("text=4-H Youth Development;url=../index.htm;");
   aI("text=Ag / Livestock;url=../livestockindex.htm;");
   aI("text=Breastfeeding Initiative;url=../bfiindex.htm;");
   aI("text=Commercial Ornamental Horticulture;url=commhortindex.htm;");
   aI("text=Consumer Horticulture;url=../homehortindex.htm;");
   aI("text=Educational Program Delivery;url=../epdindex.htm;");
   aI("text=Environmental Resource Directory;url=../gw/toc.htm;");
   aI("text=Expanded Food and Nutrition Education;url=../efnepindex.htm;");
   aI("text=Family Nutrition Program;url=../fnpindex.htm;");
   aI("text=Field and Specialty Crops;url=../fieldcrops/index.htm;");
   aI("text=Kinship Care Program;url=../grand/index.htm;");
   aI("text=Home Energy;url=../topics/energy/index.html;");
   aI("text=Water Quality Program;url=../waterindex.htm;");

}

with(milonic=new menuname("spotlight")){
   style=textMenu;
   aI("text=Free Water Testing Info;url=../spotlight.htm;");

}
