/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Alternative', null, {'sb':'Alternative Therapies'},
		['Bee Sting Therapy', 'beevenom.html', {'sb':'Bee Products'}],
		['Cobra Venom', 'immunokine.html', {'sb':'Drugs derived from Cobra Venom'}],
		['Colloidal Silver', 'colloidal-silver.html', {'sb':'Colloidal Silver'}],
		['Glyconutrients', 'glyconutrients.html', {'sb':'The Healing Power of Sugars'}],
		['Herbal Remedies', 'alternative.html', {'sb':'Herbal and Other Treatments'}],
		['Kalawalla', 'kalawalla.html', {'sb':'Polypodium Leucotomos'}],
		['Sativex', 'sativex.html', {'sb':'Cannabis Based Medicine'}]
	],
	['Bladder Control', null, null,
		['Botox', 'botox.html', {'sb':'Botulinum Toxin'}],
		['Oxybutynin', 'oxybutynin.html', {'sb':'Oxybutynin'}],
		['Tolterodine', 'tolterodine.html', {'sb':'Detrusitol'}]
	],
	['Diet', null, null,
		['Diets', 'diet.html', {'sb':'Various Diet Notes'}]
	],
	['Disease Modifiying Drugs', null, null,
		['Aimspro', 'aimspro.html', {'sb':'Monoclonal Antibodies for Goat\'s Blood'}],
		['Antegren', 'antegren.html', {'sb':'Tysabri and Natalizumab'}],
		['Campath', 'campath.html', {'sb':'Alemtuzumab'}],
		['Copaxone', 'copaxone.html', {'sb':'Glatiramer Acetate'}],
		['Fingolimod', 'fingolimod.html', {'sb':'Latest Trials'}],
		['Interferon Beta', 'interferon.html', {'sb':'Avonex, Betaseron, Rebif'}],
		['Interferon (Biological)', 'chicken-eggs.html', {'sb':'Genetically-produced Proteins'}],
		['Laquinimod', 'laquinimod.html', {'sb':'Laquinimid'}],
		['Neuropeptides', 'neuropeptides.html', {'sb':'Esperanza Homeopathic Neuropeptides'}],
		['Tovaxin', 'tovaxin.html', {'sb':'Terapeutic Vaccine'}]
	],
	['Fatigue Relief', null, null,
		['Amantadine', 'amantadine.html', {'sb':'Symmetrel'}],
		['Modafinil', 'modafinil.html', {'sb':'Provigil'}],
		['Procarin', 'prokarin.html', {'sb':'Caffeine-based Patch'}]
	],
	['IBS', null, null,
		['Omeprazole', 'omeprazole.html', {'sb':'Omeprazole'}]
	],
	['Immuno Suppressant', null, null,
		['Cladribine', 'cladribine.html', {'sb':'Cladribine'}],
		['Neoral', 'sandione.html', {'sb':'Sandione'}],
		['Novantrone', 'novantrone.html', {'sb':'Novantrone'}]
	],
	['Memory', null, null,
		['Aricept', 'aricept.html']
	],
	['Motor Control', null, null,
		['Fampridine SR', 'fampridine.html', {'sb':'4-aminopyridine'}]
	],
	['Pain Relief', null, null,
		['Amitriptyline', 'amitriptyline.html', {'sb':'Amitriptyline'}],
		['Carbamazepine', 'carbamazepine.html'],
		['Clonazepam', 'clonazepam.html'],
		['Gabapentin', 'gabapentin.html'],
		['Tramadol', 'tramadol.html']
	],
	['Stem Cells', null, null,
		['Stem Cell Treatment', 'stemcell.html', {'sb':'Stem Cells'}],
		['ACT Statement', 'act-statement.html', {'sb':'ACT Statement'}],
		['WARNING', 'stemcell-warning.html', {'sb':'Stem Cell Warning'}]
	],
	['Vertigo', null, null,
		['Cinnarizine', 'cinnarizine.html', {'sb':'Stugeron'}]
	]
];
