// 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=Services A to Z;url=index.htm;");
   aI("text=Officials Directory;url=dir.htm;showmenu=Menu 101;");
   aI("text=Offices by Building;url=/service_building.htm;");
   aI("text=Locations Map;url=/map-countysites.htm;");

}


