function init()
{
	menus[0] = new menu(24, "horizontal", 35, 139, -1, -1, "646464", "FF0000", "Verdana", 8.5, "bold", "bold", "FFFFFF", "FFFFFF", 0, "3A3C3B", 2, "", false, true, true, false, 0, false, 5, 5, "000000");
	menus[0].addItem("/temps/index.cfm", "_top", 50, "center", "Home", 0);
	menus[0].addItem("/temps/dealer.cfm", "_top", 90, "center", "Dealership", 0);
	menus[0].addItem("", "", 85, "center", "Inventory", 1);
	menus[0].addItem("/temps/locator.cfm", "_top", 120, "center", "Vehicle Locator", 0);
	menus[0].addItem("https://www.autolotmanager.net/parkwaynissanlm_secure/credit.cfm", "_top", 140, "center", "Credit Application", 0);
	menus[0].addItem("/temps/coupon.cfm", "_top", 120, "center", "Savings Coupon", 0);
	menus[0].addItem("/temps/servicerequest.cfm", "_top", 155, "center", "Service Appointment", 0);
	if (document.all)
	{
  	menus[0].floatMenu(852, 760, 0, 0);
	}else{
		menus[0].floatMenu(840, 760, 0, 0);
	}


//Sub Menu for 2nd Main Menu Item ("Inventory"):
	menus[1] = new menu(195, "vertical", 0, 0, -1, -1, "646464", "FF0000", "Verdana", 8, "normal", 
		"bold", "FFFFFF", "FFFFFF", 1, "3A3C3B", 2, 62, false, true, false, true, 6, false, 4, 4, "000000");
	menus[1].addItem("/temps/inventory.cfm?vnu=preowned&reset=1", "_top", 20, "left", "Pre-Owned Inventory", 0);
	menus[1].addItem("/temps/inventory.cfm?vnu=new&reset=1", "_top", 20, "left", "New Vehicle Inventory", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.