/* Tigra Menu items structure */
var MENU_ITEMS = [
	['home', 'home.html', {'sb':'Affordable Accessible Alternative Medicine for Kenya and Africa'},
		['about us', 'about.html'],
		['who we are', 'who.html'],
		['contact us', 'contact.html'],
		['maps', 'maps.html']
	
	],
	['| &nbsp; affiliate clinics &amp; &nbsp; projects', 'clinics.html', null,
		['affilitated clinics', 'clinics.html'],
		['free HIV clinics', 'juja.html'],
		['low-cost mobile clinics', 'mobiles.html'],
		['toru health centre', 'toru.html'],
		['relief & emergency', 'relief.html']
	],
	['| &nbsp; volunteering', 'volunteer.html', null,
		['application form', 'volform.html']
	],
	['| &nbsp; therapies', 'therapies.html', null,
		['disclaimer', 'disclaimer.html'],
		['why natural medicine?', 'why.html'],
		['great health, naturally!', 'ghn.html'],
		['homeopathy', 'whathom.html'],
		['naturopathy', 'whatnat.html'],
		['reflexology', 'reflex.html']
	],
	['| &nbsp; help us, donate!', 'friend.html', null,
		['thanks to our donors', 'donors.html'],
		['friendly links', 'links.html']
	],
	['| &nbsp; products', 'products/index.html', {'tw':'_blank'},
		['DoctorH', 'products/DoctorH.html', {'tw':'_blank'}],
		['malaria treatment<img src="images/new.gif" width="21" height="5">', 'products/malarix.html', {'tw':'_blank'}]
	],
	['| &nbsp; college', 'college/index.html', {'tw':'_blank'},
		['workshops', 'workshops.html', {'tw':'_blank'}],
		['diploma courses', 'college/index.html', {'tw':'_blank'}],
		['caregivers seminars', 'caregivers.html']
	],
	['| &nbsp; Nederlandse &nbsp; &nbsp; lezers', 'netherlands.html']
];
