var navTreeData = 
[
	{ data: { label: "Types of Trauma",
			  href: "/ncmain/veterans/trauma/index.html",
			  auto: "veterans_trauma" },
	  children: [
					{ data: { label: "War",
							  href: "/ncmain/veterans/trauma/fs_war.jsp" },
					  children: []
					},
					{ data: { label: "Violence and Sexual Abuse",
							  href: "/ncmain/veterans/trauma/fs_violence.jsp" },
					  children: []
					},
					{ data: { label: "Specific to Ethnic Minority Vets",
							  href: "/ncmain/veterans/trauma/fs_ethnic.jsp" },
					  children: []
					}
				]
	},
	{ data: { label: "Diagnosis and Assessment",
			  href: "/ncmain/veterans/fs_diagnosis.jsp" },
	  children: []
	},
	{ data: { label: "Treatment and Coping",
			  href: "/ncmain/veterans/treatment.jsp" },
	  children: []
	},
	{ data: { label: "Common Reactions",
			  href: "/ncmain/veterans/fs_reactions.jsp" },
	  children: []
	},
	{ data: { label: "Related Problems",
			  href: "/ncmain/veterans/fs_problems.jsp" },
	  children: []
	},
	{ data: { label: "Family Children and Relationships",
			  href: "/ncmain/veterans/fs_family.jsp" },
	  children: []
	},
	{ data: { label: "Resources",
			  href: "/ncmain/veterans/fs_resources.jsp" },
	  children: []
	},
	{ data: { label: "Videos",
			  href: "/ncmain/veterans/videos.jsp" },
	  children: []
	}
];