/* Tigra Menu items structure */
var MENU_ITEMS = [
	['The Organization',null, null,
		['Introduction', 'intro.php',null],
		['Donations','donations.php']
	],
	
	['Courses', null, null,
		['Colour and Image','colour_image_en.php', null],
		['BioDanza','biodanza_en.php', null]
	],
	
	['Kids', null, null,
		['Dream Factory', 'dream_factory_en.php'],
		['Mentoring', 'dzsuker_en.php']
	],
	
	['Simran House', null, null,
			['Introduction', 'simran_intro_en.php'],
		
	],			
		
	['Archives', '', null,
		['Archives', 'archives.php']
			
		
	],	
	

];
