// 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=My Rights;url=myrights.html;");
   aI("text=My Responsibilities;url=myresponsibilities.html;");
   aI("text=Using My WIC Coupons;url=wiccoupons.html;");
   aI("text=Checklist for Redeeming WIC Coupons;url=redeeming.html;");
   aI("text=Other Programs;url=otherprograms.html;");
}


with(milonic=new menuname("Menu 2")){
   style=textMenu;
   aI("text=Income Guidelines;url=incomeguidelines.html;");
   aI("text=Appointment Checklist;url=apptchecklist.html;");
   aI("text=Questions?;url=wicquestions.html;");
   aI("text=Complaints;url=wiccomplaints.html;");
}


with(milonic=new menuname("Menu 3")){
   style=textMenu;
   aI("text=Milk;url=milk.html;");
   aI("text=Juice;url=juice.html;");
   aI("text=Cheese;url=cheese.html;");
   aI("text=Cereal;url=cereal.html;");
   aI("text=Eggs;url=eggs.html;");
   aI("text=Dry Peas, Beans, Lentils;url=drybeans.html;");
   aI("text=Peanut Butter;url=peanutbutter.html;");
   aI("text=Canned Tuna and Carrots;url=tuna.html;");
   aI("text=Infant Formula;url=formula.html;");
   aI("text=Infant Cereal and Juice;url=infantcereal.html;");
   aI("text=Printable Food List;url=print.html;");
}


with(milonic=new menuname("Menu 4")){
   style=textMenu;
   aI("text=When to Call for Help;url=callforhelp.html;");
   aI("text=Breastfeeding FAQ's;url=breastfeedingfaqs.html;");
   aI("text=Fun Facts &amp; Misc.;url=funfacts.html;");
   aI("text=Breastfeeding Resources;url=bfresources.html;");
}


with(milonic=new menuname("Menu 5")){
   style=textMenu;
   aI("text=What is FMNP?;url=projectfresh.html;");
   aI("text=Who Qualifies?;url=pfqualifies.html;");
   aI("text=Using FMNP Coupons;url=howtousepf.html;");
   aI("text=List of Authorized Fruits and Vegetables;url=fruitveggies.html;");
   aI("text=Vitamins and Minerals;url=vitamins.html;");
   aI("text=Quick Recipes;url=recipes.html;");
}


with(milonic=new menuname("Menu 6")){
   style=textMenu;
   aI("text=Portage Clinic;url=portageclinic.html;");
   aI("text=Vicksburg Clinic;url=vicksburgclinic.html;");
   aI("text=West Side Clinic;url=westsideclinic.html;");
}


with(milonic=new menuname("Menu 7")){
   style=textMenu;
   aI("text=Application Forms;url=applicationforms.html;");
   aI("text=Clinic Visit Survey;url=clinicsurvey.html;");
   aI("text=Improvement Form;url=improvementform.html;");
}


with(milonic=new menuname("Menu 8")){
   style=textMenu;
   aI("text=General WIC FAQ's;url=faqs-wic.html;");
   aI("text=Breastfeeding FAQ's;url=faq-breastfeeding.html;");
   aI("text=Project Fresh FAQ's;url=faqs-projectfresh.html;");
}
