// 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=../4h/default.asp;");
   aI("text=Ag / Livestock;url=livestockindex.htm;");
   aI("text=Breastfeeding Initiative;url=bfiindex.htm;");
   aI("text=Commercial Ornamental Horticulture;url=commhortindex.htm;");
   aI("text=Community and Economic Development;url=cedeindex.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=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;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=Kinship Care Newsletters;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;");

}
 
 
 
 
 
 
 


