function init()
{
	menus[0] = new menu(24, "horizontal", 35, 111, -1, -1, "#8B949C", "#8B949C", "Verdana", 9, "bold", "bold", "#FFFFFF", "#000000", 0, "#000000", 4, "", false, true, true, false, 0, false, 5, 5, "000000");
	menus[0].addItem("/", "_top", 70, "center", "Home", 0);
	menus[0].addItem("/temps/dealer.cfm", "_top", 105, "center", "Dealership", 0);
	menus[0].addItem("/temps/inventory.cfm", "_top", 150, "center", "Inventory", 0);
	menus[0].addItem("/temps/locator.cfm", "_top", 140, "center", "Vehicle Locator", 0);
	menus[0].addItem("/temps/credit.cfm", "_top", 158, "center", "Credit Application", 0);
	menus[0].addItem("/temps/coupon.cfm", "_top", 135, "center", "Savings Coupon", 0);
	menus[0].floatMenu(850, 768, 0, 0);


} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.