// 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("Languages")){
   style=textMenu;
   aI("text=Web Page;url=../az-dir.htm;");
   aI("text=Print Version - English;url=../pdf_files/ProgramDirectory_eng.pdf;");
   aI("text=Print Version - Espa&ntilde;ol;url=../pdf_files/ProgramDirectory_esp.pdf;");

}

with(milonic=new menuname("Menu 1")){
   style=textMenu;
   aI("text=Email Us;url=mailto:pio@kalcounty.com;");
   aI("text=Phone/Fax Directory;url=../directory.htm;");
   aI("text=Our Location;url=../location.htm;");

}

