function init()
{
	//Main Menu items:
	menus[0] = new menu(20, "horizontal",150,170, 5, 0, "transparent", "transparent", "Verdana", 10, 
		"bold", "italic,bold", "black", "black", 1, "", 0, "", false, true, true, true, 12, true, 1, 1, "");
   
	menus[0].addItem("aboutus.htm", "",85, "center", "About Us  | ", 0);
	menus[0].addItem("titleorders.htm", "",160, "center", "Create A Title Order  | ", 0);
	menus[0].addItem("statecounties.htm", "",145, "center", "County Coverage  | ", 0);	
	menus[0].addItem("", "",85, "center", "Divisions", 1);
	
//Sub Menu for 1st Main Menu Item ("Guests"):
	menus[1] = new menu(150, "Vertical", 0, 0, 1, 5, "transparent", "transparent", "Verdana", 10, "bold", 
		"italic,bold", "black", "e0e0e0", 2, "", 2, "", false, true, false, true, 12, true, 1, 1, "");
	menus[1].addItem("landacquisitions.htm", "", 18, "left", "Land Aquisitions", 0);
	menus[1].addItem("appraisals.htm", "", 18, "left", "Appraisals", 0);

	
} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
