/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home','index.php', {'tw' : ''},],
	['About Us&nbsp;','about_us.html', {'tw' : ''},
	['Who Are We?','about_us.html#who', {'tw' : ''}],
	['Our Vision','about_us.html#vission', {'tw' : ''}],
	['Our Mission','about_us.html#mission', {'tw' : ''}],
	['Our Values','about_us.html#values', {'tw' : ''}],
	['History','about_us.html#history', {'tw' : ''}],
	['Latest News','news.html', {'tw' : ''}],
	],
	['What We Do&nbsp;','what_we_do.html', {'tw' : ''},
	['Education','what_we_do.html#education', {'tw' : ''}],
		['Development','what_we_do.html#development', {'tw' : ''}],
		['Environment','what_we_do.html#environment', {'tw' : ''}],
		['Relief','what_we_do.html#relief', {'tw' : ''}],
		['Past Projects','what_we_do.html#past', {'tw' : ''}],
		['Current Work','what_we_do.html#current', {'tw' : ''}],
	],
	['Get Involved&nbsp;','get_involved.html', {'tw' : ''},
		 ['Events', 'get_involved.html#events', {'tw' : ''}],
		 ['Hands-on', 'get_involved.html#handson', {'tw' : ''}],
		 ['Regular Giving', 'get_involved.html#regular', {'tw' : ''}],	
		 ['Payroll Giving', 'get_involved.html#payroll', {'tw' : ''}],
		 ['Own Page', 'get_involved.html#own', {'tw' : ''}],
		 ],
	['Donate&nbsp;','http://www.justgiving.com/thelotustrust/', {'tw' : ''},],
	['Galleries','galleries.php', {'tw' : ''},
		['Children/Cows','gallery_1.php', {'tw' : ''}],
		['Cow Carnival','gallery_2.php', {'tw' : ''}],
		],
	['Contact Us','contact.html', {'tw' : ''},],

];