// 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("programpieces")){
   style=textMenu;
   aI("showmenu=education;text=Education;url=;");
   aI("text=Case Management;url=casemanagement.htm;");
   aI("text=Great Start Programs;url=greatstart.htm;");
   aI("text=Neighborhood Advisory Council;url=nac.htm;");
   aI("text=Outreach;url=outreach.htm;");
   aI("text=Quit Smoking Classes;url=quitsmoke.htm;");
   

}

with(milonic=new menuname("professionals")){
   style=textMenu;
   aI("text=Professional Education;url=proeducation.htm;");
   aI("text=Making Referrals;url=referrals.htm;");
   aI("text=Maternal Infant Health Meetings;url=mihmeetings.htm;");
   aI("text=Stats;url=stats.htm;");

}

with(milonic=new menuname("education")){
   style=textMenu;
   aI("text=Community Education;url=commedu.htm;");
   aI("text=House to House Program;url=housetohouse.htm;");

}
