/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.php'],

				  
	['Common Problems', null, null,
		['Depression', 'depression.php'],
		['Irritable Bowel Syndrome (IBS)', 'ibs.php'],
		['Insomnia', 'sleep.php'],
		['Gambling', 'stop_gambling.php'],
		['Phobias', 'phobias.php'],
		['Public Speaking', 'presentation_confidence.php'],
		['Panic Attacks', 'panic_attacks.php'],
		['Self Esteem', 'self_esteem.php'],
		['Stop Smoking', 'stop_smoking.php'],
		['Stress & Anxiety', 'stress_anxiety.php'],
		['Weight Loss', 'lose_weight.php']
	],
	
	['Location, Rates', null, null,
		['About Me', 'aboutme.php'],
		['Location and Rates', 'location_rates.php'],
		['Contact', 'contact.php'],
		['Make Payment', 'makepayment.htm']
	],
	
	['Resources', null, null,
 		['Effective Therapy', 'effective_therapy.php'],
		['Hypnosis', 'hypnosis.php'],
		['Other Therapists', 'othersites.php']
	],
	 
	['Instant Help', 'instant_help.php']
];
