function init()
{
	menus[0] = new menu(24, "horizontal", 35, 139, -1, -1, "034EA2", "FF0000", "Verdana", 8.5, "bold", "bold", "FFFFFF", "FFFFFF", 0, "3A3C3B", 4, "", false, true, true, false, 0, false, 5, 5, "000000");
	menus[0].addItem("/temps/index.cfm", "_top", 90, "center", "Home", 0);
	menus[0].addItem("/temps/dealer.cfm", "_top", 140, "center", "Dealership", 0);
	menus[0].addItem("/temps/inventory.cfm", "_top", 190, "center", "Pre-Owned Inventory", 0);
	menus[0].addItem("/temps/locator.cfm", "_top", 170, "center", "Vehicle Locator", 0);
	menus[0].addItem("/temps/coupon.cfm", "_top", 170, "center", "Savings Coupon", 0);
	menus[0].floatMenu(852, 768, 0, 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.