// 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=Outsourcing Report In Microsoft Word Format;url=outsourcing2004.doc;");
   aI("text=Outsourcing Report In Adobe PDF Format;url=outsourcing2004.pdf;");
}

with(milonic=new menuname("Menu 2")){
   style=textMenu;
   aI("text=Functions of County Government - In Microsoft Word Format;url=functions-of-kalamazoo-county-government.doc;");
   aI("text=Functions of County Government - In Adobe PDF Format;url=functions-of-kalamazoo-county-government.pdf;");
}

