/* Tigra Menu items structure */
var MENU_ITEMS = [

	['Home...', '../home.html', {'tw':'content'}
	],
	['', null, null,
	],
	['Personal Training', null, null,
		['What is?...', '../p_training/what_is.html', {'tw':'content'}],

		['&raquo; How it works', null, null,
			['Accessibility...', '../p_training/accessibility.html', {'tw':'content'}],
			['The Consultation...', '../p_training/consultation.html', {'tw':'content'}],
			['Gym Instruction...', '../p_training/gym_instruction.html', {'tw':'content'}],
			['Torso Training...', '../p_training/torso.html', {'tw':'content'}],		
			['Weight Loss...', '../p_training/weight_man.html', {'tw':'content'}],
			['Body Building...', '../p_training/b_building.html', {'tw':'content'}],
			['Circuit Training...', '../c_training/what_is.html', {'tw':'content'}],
			['Nutritional Advice...', '../p_training/nutrition.html', {'tw':'content'}],
		],

		['&raquo; Techniques', null, null,
			['Motivation...', '../p_training/motivation.html', {'tw':'content'}],
			['Postural Analysis...', '../p_training/postural.html', {'tw':'content'}],
			['Fitness Tracking...', '../p_training/f_tracking.html', {'tw':'content'}],
			['Productivity...', '../p_training/productivity.html', {'tw':'content'}],
		],

		['&raquo; Benefits', null, null,
			['Life-Related...', '../p_training/injury.html', {'tw':'content'}],
			['Pysiological...', '../p_training/phys_bens.html', {'tw':'content'}],
			['Reasoning...', '../p_training/reasons.html', {'tw':'content'}],

		],
		['Packages...', '../p_training/package.html', {'tw':'content'}],
		['Costs...', '../p_training/costs.html', {'tw':'content'}],


	],


	['Circuit Training', null, null,
		['What is?...', '../c_training/what_is.html', {'tw':'content'}],
              	['Mobile Circuits...','../c_training/bookings.html', {'tw':'content'}]
	],
	['Corporate Training', null, null,
		['What is?...', '../corp_training/what_is.html', {'tw':'content'}],
		['Benefits...', '../corp_training/benefits.html', {'tw':'content'}],
                ['Frequency...', '../corp_training/frequency.html', {'tw':'content'}],
                ['Savings...', '../corp_training/savings.html', {'tw':'content'}],
		['Costs...', '../corp_training/costs.html', {'tw':'content'}]
	],
	['', null, null,
	],
	['About A-FH', null, null,
		['Our Mission...', '../about_afh/mission.html', {'tw':'content'}],
		['Contact Us...', '../about_afh/company_info.html', {'tw':'content'}],
		['Your Guarantee...', '../about_afh/guarantee.html', {'tw':'content'}],
		['Client Testimonials...', '../testimonials/testimonials.html', {'tw':'content'}],
		['Photo Gallery...', '../about_afh/gallery.html', {'tw':'content'}],
		['Recruitment...', '../about_afh/recruit.html', {'tw':'content'}],
		['Press Releases...', '../about_afh/press_release.html', {'tw':'content'}]
	],
	['Extras', null, null,
		['Fitness Calculators...', '../extras/calc_frame.html', {'tw':'content'}],
		/*['Info-base...', '../extras/info-base/index.html', {'tw':'content'}],*/
		['Borg Scale...', '../extras/borg_scale.html', {'tw':'content'}],
		['External Links...', '../extras/links.html', {'tw':'content'}],
		['Products...', '../products/products.html', {'tw':'content'}],
		['Code of Conduct...', '../extras/code.html', {'tw':'content'}],
	],
	['', null, null,
	],
	['&laquo;&nbsp;Refer a friend&nbsp;&raquo;', '../referral.html', {'tw':'content'},
	],
	['&laquo;&nbsp;Consultation&nbsp;&raquo;', '../consultation.html', {'tw':'content'},
	],


];