
// <script type="text/javascript">
	if (TransMenu.isSupported()) {
		var ms = new TransMenuSet(TransMenu.direction.down, 1, 0, TransMenu.reference.bottomLeft);
		var menu1 = ms.addMenu(document.getElementById("about"));
		menu1.addItem(">> About Pueblo SacBe", "about.html");
		menu1.addItem("Photo Galleries", "");
		var submenu0 = menu1.addMenu(menu1.items[1]);
		submenu0.addItem("Gallery - Friends of Kaaxil-Ha Park", "gallery-fokhp.html");
		submenu0.addItem("Gallery - Day Out of Time 2006", "gallery-doot06.html");
		submenu0.addItem("Gallery - Summer Solstice 2006", "gallery-solsummer06.html");
		submenu0.addItem("Gallery - Solstice Festival 2005", "gallery-solfest05.html");
		submenu0.addItem("Gallery - October News", "gallery-october.html");
		submenu0.addItem("Sasil Gallery - Alejandro", "gallery-alejandro.html");
		submenu0.addItem("Gallery - Memo AD", "gallery-memo-ad.html");
		submenu0.addItem("Gallery - August News", "gallery-august.html");
		submenu0.addItem("Movie - Gardener", "about-movie.html");
		submenu0.addItem("Gallery - SacBe", "gallery-sacbe.html");
		submenu0.addItem("Gallery - Tarzan Power", "gallery-tarzanpower.html");
		submenu0.addItem("Gallery - Memo", "gallery-memo.html");
		var menu2 = ms.addMenu(document.getElementById("property"));
		menu2.addItem(">> Pueblo SacBe Property", "property.html");
		menu2.addItem("Lot Map", "property-lotmap.html");
		var menu3 = ms.addMenu(document.getElementById("building"));
		menu3.addItem(">> Building at Pueblo SacBe", "building.html");
		menu3.addItem("Documents", "");
		var submenu1 = menu3.addMenu(menu3.items[1]);
		submenu1.addItem("Design Regulations - PDF", "images/PuebloSacBeDesignRegulationsAndGuidelines.pdf");
		var menu4 = ms.addMenu(document.getElementById("community"));
		menu4.addItem(">> Pueblo SacBe Community", "community.html");
		menu4.addItem("Documents", "");
		var submenu2 = menu4.addMenu(menu4.items[1]);
		submenu2.addItem("Community Bylaws - PDF", "images/PuebloSacBeCommunityBylaws.pdf");
		var menu5 = ms.addMenu(document.getElementById("ecology"));
		menu5.addItem(">> Ecology at Pueblo SacBe", "ecology.html");
		menu5.addItem("Biofilia", "ecology-biofilia.html");
		menu5.addItem("Humidal - Artificial Wetland", "ecology-humidal.html");
		var menu6 = ms.addMenu(document.getElementById("events"));
		menu6.addItem(">> Events at Pueblo SacBe", "events.html");
		menu6.addItem(">> Driving Directions", "events-directions.html");
		menu6.addItem("Jul 25, 2008 Day Out of Time", "events-07-25-08.html");
		menu6.addItem("Jul 25, 2006 Day Out of Time", "events-07-25-06.html");
		menu6.addItem("Jun 24, 2006 Summer Solstice Festival", "events-06-24-06.html");
		menu6.addItem("Feb 10, 2006 Lama Lhanang Rinpoche", "events-02-10-06.html");
		menu6.addItem("Dec 21 2005 Solstice Festival", "events-12-21-05.html");
		var menu7 = ms.addMenu(document.getElementById("news"));
		menu7.addItem(">> Current News English", "news-12-09.html");
		menu7.addItem(">> Current News Espaņol", "news-12-09es.html");
		menu7.addItem(">> Mailing List Changes", "list-change.html");
		menu7.addItem("November 2008 Update English", "news-11-08.html");
		menu7.addItem("November 2008 Update Espaņol", "news-11-08es.html");
		menu7.addItem("April 2008 Update English", "news-04-08.html");
		menu7.addItem("April 2008 Update Espaņol", "news-04-08es.html");
		menu7.addItem("July 2007 Update", "news-07-07.html");
		menu7.addItem("January 2007 Update", "news-01-07.html");
		menu7.addItem("March 2006 Update", "news-03-06.html");
		menu7.addItem("October, Wilma Update", "news-10-05.html");
		menu7.addItem("September Festival News", "news-festival.html");
		menu7.addItem("August 2005 Update", "news-08-05.html");
		menu7.addItem("Hurricane Emily", "news-emily.html");
		menu7.addItem("May 2005 Update", "news-05-05.html");
		var menu8 = ms.addMenu(document.getElementById("contact"));
		menu8.addItem(">> Contact Pueblo SacBe", "contact.html");
		menu8.addItem("SacBe Forum - playa.info", "http://playa.info/playa-forum/forumdisplay.php?f=9");
		TransMenu.renderAll();
	}
// </script>
