/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.php?page=home', {'sb':'SWaMMA home page'}],
	['Latest news', 'index.php?page=latest_news', {'sb':'SWaMMA latest news'}],
	['Background', 'index.php?page=background', {'sb':'SWaMMA background information'}],
	['Mission', 'index.php?page=mission', {'sb':'SWaMMA mission'}],
	['Target groups', 'index.php?page=target', {'sb':'enter message here'}],
	['Where are we ?', 'index.php?page=where', {'sb':'SWaMMA where are we ?'}],
	['Organisation', 'index.php?page=organisation', {'sb':'SWaMMA organisation'}],
	['Activities', 'index.php?page=activities', {'sb':'SWaMMA activities'}],
	['Project progress', 'index.php?page=progress', {'sb':'SWaMMA progress'}],
	['Partners', 'index.php?page=partners', {'sb':'SWaMMA partnership'}],
	['Links', 'index.php?page=links', {'sb':'SWaMMA interesting links'}],
	['Contact us', 'index.php?page=contact', {'sb':'SWaMMA contact'}]
];
