function init()
{
	menus[0] = new menu(19, "horizontal", 290, 20, -39, 10, "000000", "000000", "Verdana", 8, "bold", "bold", "FFFFFF", "FFCC00", 0, "000000", 2, "000000", false, true, true, false, 0, false, 5, 5, "000000");
	menus[0].addItem("http://www.marhofer.com/temps/inventory.cfm?ShowVehiclePage=1&ViewDKID=All", "_top", 65, "center", "Used Car Search", 0);
	menus[0].addItem("http://www.marhofer.com/temps/buycars.cfm", "_top", 75, "center", "We Buy Cars", 0);
	menus[0].addItem("http://www.marhofer.com/temps/collision.cfm", "_top", 75, "center", "Collision Centers", 0);
	menus[0].addItem("http://www.marhofer.com/temps/team.cfm", "_top", 75, "center", "Team Members", 0);
	menus[0].addItem("http://www.marhofer.com/temps/employment.cfm", "_top", 75, "center", "Career Center", 0);
	menus[0].addItem("", "", 135, "center", "Our Dealerships", 1);
	menus[0].floatMenu(852, 768, 0, 0);


//Sub Menu for 2nd Main Menu Item ("Our Dealerships"):
	menus[1] = new menu(175, "vertical", 0, 0, -1, -1, "#EEEEEE", "#FDA11A", "Verdana", 7, "normal", 
		"bold", "000000", "FFFFFF", 1, "000000", 2, 62, false, true, false, true, 6, false, 4, 4, "000000");
	menus[1].addItem("http://www.marhofer.com/temps/chevrolet/index.cfm", "_top", 20, "left", "Ron Marhofer Chevrolet", 0);
	menus[1].addItem("http://www.marhofer.com/temps/automall/index.cfm", "_top", 20, "left", "Ron Marhofer Auto Mall", 0);
	menus[1].addItem("http://www.marhofer.com/temps/hyundai/index.cfm", "_top", 20, "left", "Hyundai of Green", 0);
	menus[1].addItem("http://www.marhofer.com/temps/saturn_bv/index.cfm", "_top", 20, "left", "Saturn of Belden Village", 0);
	menus[1].addItem("http://www.marhofer.com/temps/saturn_ch/index.cfm", "_top", 20, "left", "Saturn of Chapel Hill", 0);


} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.