function init()
{
	menus[0] = new menu(20, "horizontal", 0, 84, -1, -1, "000000", "FFC100", "Verdana", 8.5, "bold", "bold", "FFFFFF", "000000", 0, "0054A6", 2, "", false, true, true, false, 0, false, 5, 5, "000000");
	menus[0].addItem("/temps/index.cfm", "_top", 85, "center", "Home", 0);
	menus[0].addItem("/temps/dealer.cfm", "_top", 110, "center", "Dealership", 0);
	menus[0].addItem("/temps/inventory.cfm", "_top", 110, "center", "Inventory", 0);
	menus[0].addItem("/temps/locator.cfm", "_top", 138, "center", "Vehicle Locator", 0);
	menus[0].addItem("/temps/credit.cfm", "_top", 165, "center", "Credit Application", 0);
	menus[0].addItem("/temps/coupon.cfm", "_top", 152, "center", "Savings Coupon", 0);



} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.