function init()
{
	menus[0] = new menu(22, "horizontal", 41, 145, -1, -1, "#00295F", "#068AEC", "Verdana", 8.5, "bold", "bold", "#FFFFFF", "#FFFFFF", 1, "#000000", 2, "", false, true, true, false, 0, false, 5, 5, "#000000");
	menus[0].addItem("http://www.bobgillinghamford.com/index.htm", "_top", 50, "center", "Home", 0);
	menus[0].addItem("http://www.bobgillinghamford.com/temps/dealer.cfm", "_top", 80, "center", "Dealership", 0);
	menus[0].addItem("", "", 105, "center", "Departments", 2);
	menus[0].addItem("", "", 85, "center", "Inventory", 1);
	menus[0].addItem("http://www.bobgillinghamford.com/temps/classics.cfm", "_top", 115, "center", "Classic Vehicles", 0);
	menus[0].addItem("http://www.bobgillinghamford.com/temps/locator.cfm", "_top", 115, "center", "Vehicle Locator", 0);
	menus[0].addItem("https://www.mpproductions.com/bobgillingham_secure/credit.cfm", "_top", 130, "center", "Credit Application", 0);
	menus[0].addItem("http://search.ebay.com/_W0QQfrppZ50QQfsooZ1QQfsopZ1QQrdZ0QQsassZgillingham1", "_blank", 80, "center", "ebay Store", 0);
	menus[0].floatMenu(852, 768, 0, 0);

//Sub Menu for 1st Main Menu Item ("Inventory"):
	menus[1] = new menu(150, "vertical", 0, 0, -1, -1, "#EEEEEE", "#00295F", "Verdana", 7, "normal", 
		"normal", "#000000", "#FFFFFF", 1, "3A3C3B", 2, 62, false, true, false, true, 6, false, 4, 4, "#000000");
	menus[1].addItem("http://www.bobgillinghamford.com/temps/inventory.cfm?ViewNewUsed=New", "_top", 20, "left", "New Inventory", 0);
	menus[1].addItem("http://www.bobgillinghamford.com/temps/special.cfm", "_top", 20, "left", "Pre-Owned Inventory", 0);
	menus[1].addItem("http://www.bobgillinghamford.com/temps/comm_special.cfm", "_top", 20, "left", "Commercial Vehicles", 0);	menus[1].addItem("http://www.bobgillinghamford.com/temps/inventory.cfm?ShowVehiclePage=1&VSearchType=New%20Saleen", "_top", 20, "left", "Specialty Mustangs", 0);
	

//Sub Menu for 2nd Main Menu Item ("Departments"):
	menus[2] = new menu(75, "vertical", 0, 0, -1, -1, "#EEEEEE", "#00295F", "Verdana", 7, "normal", 
		"normal", "#000000", "#FFFFFF", 1, "3A3C3B", 2, 62, false, true, false, true, 6, false, 4, 4, "#000000");
	menus[2].addItem("", "", 20, "left", "Parts", 3);
	menus[2].addItem("", "", 20, "left", "Service", 4);

	//Sub Menu for 3rd Main Menu Item ("Parts"):
	menus[3] = new menu(100, "vertical", 0, 0, -1, -1, "#EEEEEE", "#068AEC", "Verdana", 7, "normal", 
		"normal", "#000000", "#FFFFFF", 1, "3A3C3B", 2, 62, false, true, false, true, 6, false, 4, 4, "#000000");
	menus[3].addItem("http://www.bobgillinghamford.com/temps/parts_personnel.cfm", "_top", 20, "left", "Personnel", 0);
	menus[3].addItem("http://www.bobgillinghamford.com/temps/parts_specials.cfm", "_top", 20, "left", "Specials", 0);
	menus[3].addItem("http://www.bobgillinghamford.com/temps/parts_inquiry.cfm", "_top", 20, "left", "Inquiry Form", 0);

	//Sub Menu for 4th Main Menu Item ("Service"):
	menus[4] = new menu(100, "vertical", 0, 0, -1, -1, "#EEEEEE", "#068AEC", "Verdana", 7, "normal", 
		"normal", "#000000", "#FFFFFF", 1, "3A3C3B", 2, 62, false, true, false, true, 6, false, 4, 4, "#000000");
	menus[4].addItem("http://www.bobgillinghamford.com/temps/service_personnel.cfm", "_top", 20, "left", "Personnel", 0);
	menus[4].addItem("http://www.bobgillinghamford.com/temps/service_specials.cfm", "_top", 20, "left", "Specials", 0);
	menus[4].addItem("http://www.bobgillinghamford.com/temps/service_inquiry.cfm", "_top", 20, "left", "Inquiry Form", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.