// 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=County Offices by Building;url=/service_building.htm;");
   aI("text=Location Map for All County Facilties;url=/map-countysites.htm;");
}

with(milonic=new menuname("Menu Courts")){
   style=textMenu;
   aI("text=Jury Services Home;url=index.htm;");
   aI("text=Circuit Court Home;url=/courts/index.asp;");
   aI("text=District Court Home;url=/courts/district/index.htm;");
   aI("text=Probate Court Home;url=/courts/probate/default.asp;");

}

