/* 
	the format of the tree definition file is simple,
	you can find specification in the Tigra Menu documentation at:
	
	http://www.softcomplex.com/products/tigra_tree_menu/docs/index.html#hierarchy
*/

var TREE_ITEMS = [
	['Home', 'welcome2.html', 
		
		['Our Business', 'business/business.html',
			['Vision & Mission', 'business/business_mission.html'],
			['Snapshot Data', 'business/business_snapshot.html'],
			/*['Culture', 'business_culture.html'],*/
			['Measuring Success', 'business/business_success.html'],
			['Organisation', 'awsorganisation.htm']
			/*,
			['Product Managers', 'organise2.html']
			*/
			
		],
		['Service Solutions', 'service/servicesol.html',
			['Engineering Services', 'service/servicesol_engin.html'],
			['Supply Chain Services', 'service/servicesol_supply.html'], /*
			['Production Facilities', 'servicesol_prod.html'], */
			['Control systems', 'service/servicesol_control.html'],
			['Lead Free', 'production/leadfree.html']
			
		],
		['Key Markets', 'keymarkets/keymarkets.html', 
			['Defence/Aero', 'keymarkets/defence.html'],
			['Medical', 'keymarkets/medical.html'],
			['Scientific', 'keymarkets/scientific.html'],
			['Security', 'keymarkets/security.html'],
			['Vending', 'keymarkets/vending.html'],
			['Industrial', 'keymarkets/industrial.html' ],
			['IT/Telecoms', 'keymarkets/it.html']
			
			
		],
		['Outsourcing', 'outsourcing_why.html',
			['Successful Outsourcing', 'outsourcing_success.html'],
			['Glossary of Terms', 'outsourcing_glossary.html']
		],
		['Design Support', 'design/design.html',
			['Mechanical', 'design/design_mech.html'],
			['Electronic', 'design/design_elec.html'],
			['Integration', 'design/design_integ.html']
		],
		['Production', 'service/servicesol_prod.html',
			['SMD Placement', 'production/smt.html',
				['Opal', 'production/opal.html'],
				['Topaz', 'production/topaz.html'],
				['CSM', 'production/csm.html'],
				['DHM', 'production/dhm.html'],
				['Ball Grid Arrays', 'production/bga.html']
			],
			['Screen Printing', 'production/screenprint.html', 
			    ['DEK265', 'production/dek265.html'],
				['DEK260', 'production/dek260.html']
			 ],
			['Auto Inspection', 'production/automatedinsp.html',
			 	['Mirtec', 'production/mirtec.html'],
				['Yelo', 'production/yelo.html'],
				['MK Test', 'production/mktest.html'],
				['X-Ray', 'production/xray.html']
			],
			['Wiring Systems', 'production/wiringsystems.html',
			 	['Cable Assembly', 'production/cableassemblies.html']
			],
			['Through Hole', 'production/conventional.html']
			
		],
		
		
		['Quality', 'quality.html',
			['Quality Policy', 'quality_policy.html'],
			['Environmental Policy', 'quality_enviro.html']
		],
		['Contact Us', 'contacts.html', 
		 ['Directions', 'directions.html']
		 ],
		
		['Careers', 'career.html',],
		['News', 'news/news.html'],
		['links', 'links.html'],
		/*['Location', 'location.html',
			['Map', 'contacts_map.html']
		], */
		['AWS Interactive', 'awsinteractive.html' 
		]
	]
];