function init()
{
	menus[0] = new menu(24, "horizontal", 35, 169, -1, -1, "2A4B97", "A0C9E3", "Verdana", 9, "bold", "bold", "FFFFFF", "000000", 0, "3A3C3B", 4, "", false, true, true, false, 0, false, 5, 5, "000000");
	menus[0].addItem("/temps/index.cfm", "_top", 175, "center", "Home", 0);
	menus[0].addItem("/temps/about.cfm", "_top", 175, "center", "About Us", 0);
	menus[0].addItem("/temps/inventory.cfm", "_top", 175, "center", "Vehicle Inventory", 0);
	menus[0].addItem("https://www.mpproductions.com/waikem_secure/credit.cfm", "_top", 235, "center", "Credit Application", 0);
	menus[0].floatMenu(852, 768, 0, 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.