function init()
{
	menus[0] = new menu(22, "horizontal", 35, 97, -1, -1, "FA7CB3", "FFD9EA", "Verdana", 9, "bold", "bold", "FFFFFF", "000000", 1, "3A3C3B", 2, "", false, true, true, false, 0, false, 5, 5, "000000");
	menus[0].addItem("/temps/index.cfm", "_top", 107, "center", "Home", 0);
	menus[0].addItem("/temps/dealer.cfm", "_top", 145, "center", "Dealership", 0);
	menus[0].addItem("/temps/inventory.cfm", "_top", 142, "center", "Inventory", 0);
	menus[0].addItem("/temps/locator.cfm", "_top", 165, "center", "Vehicle Locator", 0);
	menus[0].addItem("http://www.northcentralzenn.com/", "_blank", 195, "center", "North Central ZENN", 0);
	menus[0].floatMenu(851, 768, 0, 0);


} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.