  function init()
  {

  	//Main Menu items:
  	menus[0] = new menu(20, "horizontal", 625, 120, -2, -2, "#F5F5F5", "#3F5F85", "Arial,Verdana, Helvetica", 10, 
  		"normal", "normal", "#3F5F85", "white", .1, "#74A847", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, true, true, 5, false, 4, 4, "#3F5F85");
  	menus[0].addItem("home.html", "", 75, "center", "home", 0);
  	menus[0].addItem("directions.html", "", 100, "center", "directions", 0);
  	menus[0].addItem("amenities.html", "", 95, "center", "amenities", 0);
  	menus[0].addItem("listings.html", "", 95, "center", "listings", 0);
  	menus[0].addItem("information.html", "", 95, "center", "information", 0);
	menus[0].addItem("contact.html", "", 95, "center", "contact", 0);
		

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.