var navTreeData = 
[
	{ data: { label: "What is PTSD?",
			  href: "/ncmain/information/what_is.jsp" },
	  children: []
	},
	{ data: { label: "Type of Trauma",
			  href: "/ncmain/information/trauma/index.html",
			  auto: "information_trauma" },
	  children: [
					{ data: { label: "War",
							  href: "/ncmain/information/trauma/type_war.jsp" },
					  children: []
					},
					{ data: { label: "Terrorism",
							  href: "/ncmain/information/trauma/type_terrorism.jsp" },
					  children: []
					},
					{ data: { label: "Violence and Abuse",
							  href: "/ncmain/information/trauma/type_violence.jsp" },
					  children: []
					},
					{ data: { label: "Accidents",
							  href: "/ncmain/information/trauma/type_accidents.jsp" },
					  children: []
					},
					{ data: { label: "Natural Disasters",
							  href: "/ncmain/information/trauma/type_disaster.jsp" },		 
					  children: []
					}
				]
	},
	{ data: { label: "Treatment",
			  href: "/ncmain/information/treatmt/index.html",
			  auto: "information_treatment" },
	  children: [
					{ data: { label: "Self Care and Coping",
							  href: "/ncmain/information/treatmt/tre_care.jsp" },
					  children: []
					},
					{ data: { label: "Seeking Help",
							  href: "/ncmain/information/treatmt/tre_help.jsp" },
					  children: []
					},
					{ data: { label: "Types of Treatment",
							  href: "/ncmain/information/treatmt/tre_type.jsp" },
					  children: []
					}
				]
	},
	{ data: { label: "Diagnosis and Assessment",
			  href: "/ncmain/information/diagnosis.jsp" },
	  children: []
	},
	{ data: { label: "Common Reactions",
			  href: "/ncmain/information/reactions.jsp" },
	  children: []
	},
	{ data: { label: "Related Problems",
			  href: "/ncmain/information/related.jsp" },
	  children: []
	},
	{ data: { label: "Family, Children and Relationships",
			  href: "/ncmain/information/family.jsp" },
	  children: []
	},
	{ data: { label: "Issues Specific to Women",
			  href: "/ncmain/information/women.jsp" },
	  children: []
	},
	{ data: { label: "Videos",
			  href: "/ncmain/information/videos.jsp" },
	  children: []
	}
];