// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['Home', '../bvk_home.html'],
	
	['Director', '../pages/bvk_director.html'],
	
	['Vision','../pages/bvk_vision.html'],
	
	['Aims','../pages/bvk_aims&objectives.html'],
	 		
	['Activities','../pages/bvk_activities.html'],
	
	['Publications','../pages/bvk_publications.html'],
	
	 
	 ['Gallery &nbsp; &raquo;', null ,null,
	  
	  ['Videos','../pages/bvk_videos1.html'],
	  	  ['Photos','../pages/photo_gallery.php']
		  	 
	  ],
	 
	 
	['Contact','../pages/contact_us.php'],
	
		
];

