function init()
{
	menus[0] = new menu(22, "horizontal", 35, 98, -1, -1, "00693F", "034A2D", "Verdana", 9, "bold", "bold", "FFFFFF", "FFFFFF", 1, "3A3C3B", 2, "", false, true, true, false, 0, false, 5, 5, "000000");
	menus[0].addItem("http://www.mathewsusedcars.com/temps/index.cfm", "_top", 85, "center", "Home", 1);
	menus[0].addItem("http://www.mathewsusedcars.com/temps/dealer.cfm", "_top", 110, "center", "Dealership", 0);
	menus[0].addItem("http://www.mathewsusedcars.com/temps/inventory.cfm", "_top", 110, "center", "Inventory", 0);
	menus[0].addItem("http://www.mathewsusedcars.com/temps/locator.cfm", "_top", 135, "center", "Vehicle Locator", 0);
	menus[0].addItem("https://www.mpproductions.com/mathewsbudget_secure/credit.cfm", "_top", 162, "center", "Credit Application", 0);
	menus[0].addItem("http://www.mathewsusedcars.com/temps/coupon.cfm", "_top", 150, "center", "Savings Coupon", 0);
	menus[0].floatMenu(851, 768, 0, 0);

//Sub Menu for 2nd Main Menu Item ("Home"):
	menus[1] = new menu(175, "vertical", 0, 0, -1, -1, "#FFFFFF", "#00693F", "Verdana", 8, "normal", 
		"bold", "000000", "FFFFFF", 1, "3A3C3B", 2, 62, false, true, false, true, 6, false, 4, 4, "000000");
	menus[1].addItem("http://www.mathewsautogroup.com", "_top", 20, "left", "Mathews Auto Group", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.