var navTreeData =
[
	{ data: { label: "Organizations",
			  href: "/ncmain/resources/organizations.jsp" },
	  children: []
	},
	{ data: { label: "Military Links",
			  href: "/ncmain/resources/military.jsp" },
	  children: []
	},
	{ data: { label: "Disaster Relief",
			  href: "/ncmain/resources/disaster_relief.jsp" },
	  children: []
	},
	{ data: { label: "Specific Trauma Types",
			  href: "/ncmain/resources/trauma.jsp" },
	  children: []
	},
	{ data: { label: "Children &amp; Adolescents",
			  href: "/ncmain/resources/children.jsp" },
	  children: []
	},
	{ data: { label: "Treatment Related",
			  href: "/ncmain/resources/treatment.jsp" },
	  children: []
	},
	{ data: { label: "Research Related",
			  href: "/ncmain/resources/research.jsp" },
	  children: []
	}
];
