function init()
{
menus[0] = new menu(20, "horizontal", 10, 90, -1, -1, "#0099CC", "#0099CC", "MS Sans Serif", 9, "bold", "bold", "white", "black", 2, "#0099CC", 2, "v", false, true, true, false, 0, true, 5, 5, "gray");
  menus[0].addItem("index.htm", "",90, "center", "Home", 0);
  menus[0].addItem("#", "",90, "center", "Training", 1);
  menus[0].addItem("CCW.htm", "",90, "center", "CCW", 2);
  menus[0].addItem("Classified.htm", "",90, "center", "Classifieds", 0);
  menus[0].addItem("Calendar.htm", "",90, "center", "Calendar", 0);
  menus[0].addItem("Games.htm", "",90, "center", "Games", 0);
  menus[0].addItem("Whatsnew.htm", "",90, "center", "Information", 5);
  menus[0].addItem("Aboutus.htm", "",90, "center", "About Us", 3);
  
  //Sub Menu for 2nd Main Menu Item ("Training"):
menus[1] = new menu(100, "vertical", 0, 0, -10, 5, "#0099CC", "#0099CC", "MS Sans Serif", 9, "bold", "bold", "white", "black", 2, "#0099CC", 2, "v", false, true, false, true, 15, true, 5, 5, "gray");
  menus[1].addItem("Instructor class.htm", "",40, "center", "Instructor Course", 4);
  menus[1].addItem("Basic Pistol.htm", "",15, "center", "Basic Pistol", 0);
  menus[1].addItem("Homefirearmsafety.htm", "",40, "center", "Home Firearm Safety", 0);
  menus[1].addItem("Personal Protection.htm", "",40, "center", "Personal Protection in the Home", 0);
  menus[1].addItem("Metal Case Reloading.htm", "",40, "center", "Metalic Cartridge Reloading", 0);
  menus[1].addItem("Shotgun Reloading.htm", "",40, "center", "Shotgun Shell Reloading", 0);
  menus[1].addItem("Personal Instruction.htm", "",30, "center", "Personal Instruction", 0);
  menus[1].addItem("Test Firing.htm", "",20, "center", "Test Firing", 0);
  
  //Sub Menu for 2nd Main Menu Item ("CCW"):
menus[2] = new menu(100, "vertical", 0, 0, -10, 0, "#0099CC", "#0099CC", "MS Sans Serif", 9, "bold", "bold", "white", "black", 2, "#0099CC", 2, "v", false, true, false, true, 23, true, 5, 5, "gray");
  menus[2].addItem("Sheriff.htm", "",40, "center", "List of County Sheriffs", 0);
  menus[2].addItem("Reciprocity.htm", "",15, "center", "Reciprocity", 0);
  
   //Sub Menu for 2nd Main Menu Item ("Abouus"):
menus[3] = new menu(100, "vertical", 0, 0, -10, 0, "#0099CC", "#0099CC", "MS Sans Serif", 9, "bold", "bold", "white", "black", 2, "#0099CC", 2, "v", false, true, false, true, 23, true, 5, 5, "gray");
  menus[3].addItem("Contactus.htm", "",15, "center", "Contact Us", 0);
  
   //Sub Menu for 2nd Main Menu Item ("Instructor Course"):
menus[4] = new menu(100, "vertical", 0, 0, -10, 0, "#0099CC", "#0099CC", "MS Sans Serif", 9, "bold", "bold", "white", "black", 2, "#0099CC", 2, "v", false, true, false, true, 23, true, 5, 5, "gray");
  menus[4].addItem("Instructor class.htm", "",15, "center", "Eligibility", 0);
  menus[4].addItem("Instructor Basic Pistol class.htm", "",15, "center", "Basic Pistol", 0);
  
     //Sub Menu for 2nd Main Menu Item ("Instructor Course"):
menus[5] = new menu(100, "vertical", 0, 0, -10, 0, "#0099CC", "#0099CC", "MS Sans Serif", 9, "bold", "bold", "white", "black", 2, "#0099CC", 2, "v", false, true, false, true, 23, true, 5, 5, "gray");
  menus[5].addItem("Whatsnew.htm", "",15, "center", "What's New", 0);
  menus[5].addItem("Rangeinfo.htm", "",15, "center", "Range Info", 0);
  menus[5].addItem("Links.htm", "",15, "center", "Links", 0);

}

