var TREE1_NODES = [
	['Home', 'home.html', 'MAIN_FRAME'],
	['', null, null],
	['Personal Training - all ages', 'personaltraining.html', 'MAIN_FRAME',
		['Trainer Profiles', 'trainers.html', 'MAIN_FRAME',
			['Zoe', 'zoe.html', 'MAIN_FRAME'],
			['Andy', 'andy.html', 'MAIN_FRAME'],
		],
		['Members Profiles', 'members.html', 'MAIN_FRAME',
			['Lisa', 'lisa.html', 'MAIN_FRAME'],
			['Tracey', 'tracey.html', 'MAIN_FRAME'],
			['Ben', 'ben.html', 'MAIN_FRAME'],
			['Paul', 'paul.html', 'MAIN_FRAME'],			
			['Peter', 'peter.html', 'MAIN_FRAME'],
		],
		['Clubs and Charities', 'clubs.html', 'MAIN_FRAME'],
	],
	['', null, null],
	['Exercise Prescription', 'exerciseprescription.html', 'MAIN_FRAME',
		['Achieve Your Goals', 'achieve.html', 'MAIN_FRAME'],
		['Lifestyle Assessment', 'lifestyle.html', 'MAIN_FRAME'],
	],
	['', null, null],
	['Nutritional Consultation', 'nutritional.html', 'MAIN_FRAME'],
	['', null, null],
	['12 Weight Management Programme', 'weightmanagement.html', 'MAIN_FRAME'],
	['', null, null],
	['Stress Management and Life Coaching', 'lifecoach.html', 'MAIN_FRAME'],
	['', null, null],
	['Sports Therapy, Rehabilitation and Massage', 'rehab.html', 'MAIN_FRAME'],
	['', null, null],
	['Walking +  Running Clubs + Activity Weeks', 'running.html', 'MAIN_FRAME'],
	['', null, null],
	['Circuits, Ski Fitness + Core Stability Classes', 'circuits.html', 'MAIN_FRAME'],
	['', null, null],	
	['Healing Therapy, Meditation , Massage + Relaxation', 'healing.html', 'MAIN_FRAME',
		['Massage', 'massage.html', 'MAIN_FRAME'],
		['Meditation and Natural Healing', 'meditation.html', 'MAIN_FRAME'],
		['Relaxation Day', 'relaxation.html', 'MAIN_FRAME'],
	],	
	['Yoga4Life + Retreats', 'yoga.html', 'MAIN_FRAME',
		['Yoga Retreats', 'retreat.html', 'MAIN_FRAME'],
	],
	['', null, null],
	['Price List', 'pricelist.html', 'MAIN_FRAME'],
	['', null, null],	
	['Latest Research', 'research.html', 'MAIN_FRAME',
		['Cancer Foods', 'cancer.html', 'MAIN_FRAME'],
		['Asthma Dietary Therapy', 'asthma.html', 'MAIN_FRAME'],	
		['Nikken health products', 'nikken.html', 'MAIN_FRAME'],	
	],
	['', null, null],
	['Corporate Services', 'corporate.html', 'MAIN_FRAME'],
	['', null, null],
	['Vacancies', 'vacancies.html', 'MAIN_FRAME'],
	['', null, null],
	['Contact', 'contact.html', 'MAIN_FRAME',
		['Members Only Area', 'login.html', 'MAIN_FRAME'],
	],
	['', null, null],	
];

