function init()
{
	menus[0] = new menu(22, "horizontal", 36, 95, -1, -1, "000000", "960018", "Verdana", 9, "bold", "bold", "FFFFFF", "FFFFFF", 1, "3A3C3B", 2, "", false, true, true, false, 0, false, 5, 5, "000000");
	menus[0].addItem("http://www.armandosauto.com/temps/index.cfm", "_top", 85, "center", "Home", 0);
	menus[0].addItem("http://www.armandosauto.com/temps/dealer.cfm", "_top", 110, "center", "Dealership", 0);
	menus[0].addItem("", "", 110, "center", "Inventory", 1);
	menus[0].addItem("http://www.armandosauto.com/temps/locator.cfm", "_top", 135, "center", "Vehicle Locator", 0);
	menus[0].addItem("https://www.autolotmanager.net/armandos_secure/credit.cfm", "_top", 162, "center", "Credit Application", 0);
	menus[0].addItem("http://www.armandosauto.com/temps/coupon.cfm", "_top", 150, "center", "Savings Coupon", 0);
	menus[0].floatMenu(852, 768, 0, 0);


//Sub Menu for 2rd Main Menu Item ("Inventory"):
	menus[1] = new menu(195, "vertical", 0, 0, -1, -1, "#3A3C3B", "#FFFFFF", "Verdana", 8, "normal", 
		"bold", "FFFFFF", "000000", 1, "000000", 2, 62, false, true, false, true, 6, false, 4, 4, "000000");
	menus[1].addItem("http://www.armandosauto.com/temps/inventory.cfm?vnu=new&reset=1", "_top", 20, "left", "New Vehicle Inventory", 0);
	menus[1].addItem("http://www.armandosauto.com/temps/inventory.cfm?vnu=preowned&reset=1", "_top", 20, "left", "Pre-Owned Inventory", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.