// 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/Master Gardener Program;url=../homehortindex.htm;");
   aI("text=Educational Program Delivery;url=../epdindex.htm;");
   aI("text=Environmental Resource Directory;url=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;showmenu=Menu 101;");
   aI("text=Home Energy;url=../topics/energy/index.html;");
   aI("text=Water Quality Program;url=../waterindex.htm;showmenu=Menu 102;");

}

with(milonic=new menuname("Menu 101")){
   style=textMenu;
   aI("text=Calendar of Events;url=../grand/calendar.htm;");
   aI("text=Grandparent Newsletter;url=../grand/newsindex.htm;");
   aI("text=Who We Are;url=../grand/who-we-are.htm;");
   aI("text=Information Series Guide;url=../grand/guide.htm;");
   aI("text=Lending Library;url=../grand/lend-lib.htm;");
   aI("text=Kinship Care Resources SW Michigan;url=../grand/kinship-local.htm;");
   aI("text=Kinship Care Resources State/National;url=../grand/kinship-state-nat.htm;");

}
 
 
 with(milonic=new menuname("Menu 102")){
   style=textMenu;
   aI("text=Cost-Share Program;url=../gwcostshare.htm;");
   aI("text=Groundwater Links;url=../gwlinks.htm;");
   aI("text=Groundwater Stewardship Program;url=../gwsteward.htm;");

}

with(milonic=new menuname("spotlight")){
   style=textMenu;
   aI("text=Free Water Testing Info;url=../spotlight.htm;");

}
