// 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=Your Rights By Law;url=../your.htm;");
   aI("text=Your Rights During Prosecution;url=../your1.htm;");
   aI("text=Post-Sentence Rights;url=../post-sen.htm;");
   aI("text=Victim Compensation Act;url=../victim1.htm;");

}

