function init()
{
	menus[0] = new menu(230, "vertical", 125, 112, -5, -1, "000000", "000000", "Verdana", 10, "bold", "bold", "FFFFFF", "FFF200", 2, "8B949C", 8, "", false, true, true, false, 0, false, 5, 5, "000000");
	menus[0].addItem("/", "_top", 25, "left", "Home", 0);
	menus[0].addItem("/temps/dealer.cfm", "_top", 25, "left", "Dealership", 0);
	menus[0].addItem("/temps/inventory.cfm", "_top", 25, "left", "Vehicle Inventory", 0);
	menus[0].addItem("/temps/locator.cfm", "_top", 25, "left", "Vehicle Locator", 0);
	menus[0].addItem("/temps/credit.cfm", "_top", 25, "left", "Credit Application", 0);
	menus[0].addItem("/temps/coupon.cfm", "_top", 25, "left", "Savings Coupon", 0);
	menus[0].addItem("http://www.usave.com/fran_detail.aspx?fid=1421", "_blank", 25, "left", "U-SAVE Rentals", 0);
	menus[0].floatMenu(1024, 768, 10, 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.