// STANDARDS begin
// automotive sub-menu items
var qs9000Def = {
	type:"text",
	label:"QS-9000",
	href:"Automotive.html#QS9000",
	target:"_top",
	title:"Automotive QS-9000"
};
var ts16949Def = {
	type:"text",
	label:"TS 16949",
	href:"Automotive.html#TS16949",
	target:"_top",
	title:"Automotive TS 16949"
};
// automotive standards
var automotiveDef = {
	type:"text",
	label:"Automotive",
	title:"QS-9000 &amp; TS 16949",
    target:"_top",
	href:"Automotive.html",
	expanded: false,
	children: [ qs9000Def, ts16949Def ]
};

// quality sub-menu items
var iso9001Def = {
	type:"text",
	label:"ISO 9001",
	title:"ISO 9001",
	target:"_top",
	href:"Quality.html#ISO9001"
};
// quality standards
var qualityDef = {
	type:"text",
	label:"Quality Mgmt",
	title:"ISO 9001",
	target:"_top",
	href:"Quality.html",
	expanded: false,
	children: [ iso9001Def ]
};

// aerospace sub-menu items
var as9100CDef = {
	type:"text",
	label:"AS 9100(C)",
	title:"AS 9100(C)",
	target:"_top",
	href:"Aerospace.html#AS9100C"
};
var as9014Def = {
	type:"text",
	label:"AS 9014",
	title:"AS 9014",
	target:"_top",
	href:"Aerospace.html#AS9014"
};
var as9104ADef = {
	type:"text",
	label:"AS 9104(A)",
	title:"AS 9100(A)",
	target:"_top",
	href:"Aerospace.html#AS9104A"
};
var as9104_2Def = {
	type:"text",
	label:"AS 9104-2",
	title:"AS 9104-2",
	target:"_top",
	href:"Aerospace.html#AS9104-2"
};
var as9104_3Def = {
	type:"text",
	label:"AS 9104-3",
	title:"AS 9104-3",
	target:"_top",
	href:"Aerospace.html#AS9104-3"
};
var as9101CDef = {
	type:"text",
	label:"AS 9101(C)",
	title:"AS 9101(C)",
	target:"_top",
	href:"Aerospace.html#AS9101C"
};
// aerospace standards
var aerospaceDef = {
	type:"text",
	label:"Aerospace",
	title:"AS9100, AS9101, AS9104, AS9014A, AS9104_2, AS9104_3, AS9101C",
	target:"_top",
	href:"Aerospace.html"
};
//	expanded: false
//	children: [ as9100CDef, as9014Def, as9104ADef, as9104_2Def, as9104_3Def, as9101CDef ]

// environmental management sub-menu items
var iso14001Def = {
	type:"text",
	label:"ISO 14001",
	title:"ISO 14001",
	target:"_top",
	href:"Environment.html#ISO14001"
};
// environmental management standards
var environmentDef = {
	type:"text",
	label:"Environmental Mgmt",
	title:"ISO 14001",
	target:"_top",
	href:"Environment.html",
    expanded: false,
    children: [ iso14001Def ]
};

// Medical sub-menu items
var iso13485Def = {
	type:"text",
	label:"ISO 13485",
	title:"ISO 13485",
	target:"_top",
	href:"Medical.html#ISO13485"
};
// Medical standards
var medicalDef = {
	type:"text",
	label:"Medical",
	title:"ISO 13485",
	target:"_top",
	href:"Medical.html",
	expanded: false,
	children: [ iso13485Def ]
};

// Health & Safety sub-menu items
var iso18001Def = {
	type:"text",
	label:"ISO 18001",
	title:"ISO 18001",
	target:"_top",
	href:"HealthSafety.html#ISO18001"
};
// Health & Safety standards
var healthsafetyDef = {
	type:"text",
	label:"Health &amp; Safety",
	title:"ISO 18001",
	target:"_top",
	href:"HealthSafety.html",
	expanded: false,
	children: [ iso18001Def ]
};

// standards menu - default expanded
var standardsDef = {
  type:"text",
  label:"Standards",
  expanded: true,
  children: [
	automotiveDef,
	qualityDef,
	aerospaceDef,
	environmentDef,
	medicalDef,
	healthsafetyDef
  ]
};
// STANDARDS END

// training
var trainingLink = {
  type:"text",
  label:"Training",
  target:"_top",
  title:"Training Courses",
  href:"../Courses.html"
};

// brochure
var brochureLink = {
  type:"text",
  label:"Brochure",
  target:"_new",
  title:"DAC Why ISO Brochure",
  href:"/brochures/DAC_WHY_ISO_BROCHURE_100606.pdf"
};

// request information
var reqinfoLink = {
  type:"text",
  label:"Request Information",
  title:"Request Info via E-Mail",
  href:"mailto:gethelp@dacaudit.com?Subject=get%20help"
};

// contact us
var contactDef = {
  type:"text",
  label:"Contact Us",
  title:"How to Contact DAC",
  target:"_top",
  href:"../How_to_Contact_Us.html"
};

// TreeView definition
var treeDef = [
  standardsDef,
  trainingLink,
  brochureLink,
  reqinfoLink,
  contactDef
];
