var navTreeData =
[
	{ data: { label: "NCPTSD Content Inventory",
			  href: "/ncmain/website/content_inventory.html" },
	  children: []
	},
	{ data: { label: "Site Map",
			  href: "/ncmain/website/sitemap.html" },
	  children: []
	},
	{ data: { label: "Website Policies",
			  href: "/ncmain/website/wspolicies/index.html",
			  auto: "website_policies" },
	  children: [
					{ data: { label: "Accessibility",
							  href: "/ncmain/website/wspolicies/accessibility.html" },
					  children: []
					},
					{ data: { label: "Continuous Updating",
							  href: "/ncmain/website/wspolicies/continuous_updating.html" },
					  children: []
					},
					{ data: { label: "Important Links",
							  href: "/ncmain/website/wspolicies/impt_links.html" },
					  children: []
					},
					{ data: { label: "Linking Policies",
							  href: "/ncmain/website/wspolicies/link_policies.html" },
					  children: []
					},
					{ data: { label: "Small Business Point of Contact",
							  href: "/ncmain/website/wspolicies/sb_contact.html" },
					  children: []
					}
				]
	},
	{ data: { label: "Privacy and Security",
			  href: "/ncmain/website/privacy_and_security.html" },
	  children: []
	}
];


