// 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=Email Us;url=mailto:pio@kalcounty.com;");
   aI("text=Phone/Fax Directory;url=../directory.htm;");
   aI("text=Our Location;url=../location.htm;");

}
