// Tree structure definition







var TREE_NODES = [







	["Home", href="http://acsconline.org", null],







	["About Us", href="http://acsconline.org/about.html", null],







        ["Calendar", href="http://acsconline.org/calendar.html", null],	







 	["Directions to Camp", href="http://acsconline.org/map.html", null],







        ["Links", href="http://acsconline.org/links.html", null],







        ["Donations", href="http://acsconline.org/donation.html", null],







        ["Contact Us", href="http://acsconline.org/contact.html", null],



	  ["ACSC Portal", href="http://portal.acsconline.org", "_blank"],



	["Camp", href="http://acsconline.org/campinfo.html", null],














];