// 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("about")){
   style=textMenu;
   aI("text=General Club Information;url=club.html;");
   aI("text=Our History;url=history.html;");

}

with(milonic=new menuname("involved")){
   style=textMenu;
   aI("text=Joining 4-H!;url=join.html;");
   aI("text=Benefits of the 4-H Program;url=benefits.html;");
   aI("text=Donating to 4-H;url=donation.html;");
   aI("text=Volunteering;url=volunteer.html;");
   
 
 

}

with(milonic=new menuname("workshops")){
   style=textMenu;
   aI("text=Volunteer Workshops;url=http://www.msue.msu.edu/cyf/youth/4htrain.html;");

}

with(milonic=new menuname("forms")){
   style=textMenu;
   aI("text=zzzzzzzzzzzzzzzz;url=xxxxxxxxxxxxx.htm;");

}

