var TREE1_NODES = [
	['Homepage', 'home.html', 'MAIN_FRAME'],
	['', null, null],
	['Personal Training', 'personaltraining.html', 'MAIN_FRAME',
		['Trainer Profiles', 'trainers.html', 'MAIN_FRAME',
			['Zoe', 'zoe.html', 'MAIN_FRAME'],
		],		
		['Members Profiles', 'members.html', 'MAIN_FRAME',
			['Alison', 'alison.html', 'MAIN_FRAME'],
			['Sally', 'sally.html', 'MAIN_FRAME'],
			['Ben', 'ben.html', 'MAIN_FRAME'],
			['Lisa', 'lisa.html', 'MAIN_FRAME'],
			['Paul', 'paul.html', 'MAIN_FRAME'],
		],
		['Clubs and Charities', 'clubs.html', 'MAIN_FRAME'],
		['Achieve Your Goals', 'achieve.html', 'MAIN_FRAME'],
	],
	['', null, null],
	['Fitness Classes', 'circuits.html', 'MAIN_FRAME'],
	['', null, null],
	['Yoga + Pilates', 'yoga.html', 'MAIN_FRAME'],
	['', null, null],
	['Kids Yoga', 'yogakids.html', 'MAIN_FRAME'],
	['', null, null],
	['One to One Yoga', 'yoga121.html', 'MAIN_FRAME'],
	['', null, null],
	['Pregnancy Yoga', 'yoga4pregnancy.html', 'MAIN_FRAME'],
	['', null, null],
	['Weight Management', 'weightmanagement.html', 'MAIN_FRAME'],
	['', null, null],
	['Sports Therapy + Massage', 'rehab.html', 'MAIN_FRAME'],
	['', null, null],
	['Pricelist', 'pricelist.html', 'MAIN_FRAME'],
	['', null, null],	
];


