// 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=Requirements for Filling out a Petition for Adoption;url=adopt-req.htm;");
   aI("text=Post Adoption Record Services;url=adopt-post.htm;");
}

with(milonic=new menuname("Menu 2")){
   style=textMenu;
   aI("text=Conservatorships of Minors;url=cons-minor.htm;");
   aI("text=Conservatorships of Adults;url=cons-adult.htm;");
}

with(milonic=new menuname("Menu 3")){
   style=textMenu;
   aI("text=Decedent's Estates - Unsupervised Administration;url=est-unsupervised.htm;");
   aI("text=Disposition of Small Estates;url=est-small.htm;");
   aI("text=Last Will and Testament and/or Codicil;url=last-will.htm;");
   aI("text=Petition and Order for Assignment;url=petition-assignment.htm;");
   aI("text=Petition and Order to Open Safe Deposit Box to Locate Will or Burial Deed;url=open-safe.htm;");
}

with(milonic=new menuname("Menu 4")){
   style=textMenu;
   aI("text=Genealogy;url=est-genealogy2.htm;");
   aI("text=Family Tree;url=fam-tree.htm;");
}

with(milonic=new menuname("Menu 5")){
   style=textMenu;
   aI("text=Guardianship of an Individual with Developmental Disability;url=guard-dd.htm;");
   aI("text=Guardianship of an Individual with Legal Incapacity;url=guard-li.htm;");
   aI("text=Powers of Attorney and Guardianship for Minors;url=guard-minor.htm;");
}

with(milonic=new menuname("Menu 6")){
   style=textMenu;
   aI("text=County Offices by Building;url=/service_building.htm;");
   aI("text=Location Map for All County Facilties;url=/mapcountyfacilities2006.pdf;");
   aI("text=Kalamazoo County Probate Court Organizational Chart;url=probate-org-chart.htm;");
}

with(milonic=new menuname("Menu 7")){
   style=textMenu;
   aI("text=Procedure for Filing a Petition for Approval of Minor Settlement;url=ms-checklist.htm;");
   aI("text=MCR 2.420 - Settlements for Minors and Incapacitated;url=ms-mcr.htm;");
}

with(milonic=new menuname("Menu 8")){
   style=textMenu;
   aI("text=PROCEDURE FOR FILING A PETITION;url=petition-to-approve.htm;");
   aI("text=PETITION FOR LEAVE;url=petition-for-leave.pdf;");
   aI("text=NOTICE OF HEARING;url=notice-of-hearing.pdf;");
   aI("text=WAIVER/CONSENT;url=waiver-consent.pdf;");
   aI("text=PROOF OF SERVICE;url=proof-of-service.pdf;");
   aI("text=ORDER GRANTING PETITION FOR LEAVE;url=order-granting-leave.pdf;");
   aI("text=SELECTED CASE LAW;url=case-law.htm;");
}

