/* Tigra Menu items structure */
var MENU_ITEMS = [
	['[ home ]', 'home.html', {'sb':'Affordable Accessible Alternative Medicine for Kenya and Africa'},
		['about us', 'about.html'],
		['who are we', 'who.html'],
		['contact us', 'contact.html']
	],
	
	['[ our vision ]', 'vision.html', null,
		['our vision', 'vision.html'],
		['toru health centres', 'toru.html'],
		['relief & emergency', 'relief.html']
	],
	
	['[ volunteering ]', 'volunteer.html', null

	],
	
	['[ therapies &amp; research ]', 'therapies.html', null,
		['disclaimer', 'disclaimer.html'],
		['research external link', 'http://knol.google.com/k/dr-nancy-malik-bhms/scientific-research-in-homeopathy/pocy7w49ru14/2#'],
		['why natural medicine?', 'why.html'],
		['great health, naturally!', 'ghn.html'],
		['homeopathy', 'whathom.html'],
		['naturopathy', 'whatnat.html'],
		['reflexology', 'reflex.html']
	],
	
	['[ help us, donate! ]', 'friend.html', null,
		['friendly links', 'links.html']
	],
	['[ products ]', 'products/index.html', {'tw':'_blank'},
		['DoctorH', 'products/DoctorH.html', {'tw':'_blank'}],
		['malaria treatment', 'products/malarix.html', {'tw':'_blank'}]
	],
	['[ workshops ]', 'workshops.html' , null,
		['HIV caregivers', 'caregivers.html',] ,
		['professionals homeopathy', 'courses.html',] ,
		['first aid homeopathy ', 'firstaid.html',] ,				
		['workshops for HIV caregivers', 'caregivers.html',],
		['diploma courses', 'college/index.html']
	],
	
	['[ Nederlandse ]<br/><img src="images/flagnetherlands.jpg" width="20" height="13" alt="" border="0">', 'netherlands.html',
    ],

  	['[ Fran&ccedil;aise ]<br/><img src="images/frenchflag.jpg" width="20" height="13" alt="" border="0">', 'french.html',]
    ];
