// JavaScript Document

/* Tigra Menu items structure */
var MENU_ITEMS = [
	
  ['Home', 'home.php',
		
		
	 ],
	['Members', '#', null,
		['Home', 'members.php'],
    ['Login', 'login.php'],
    ['Calender', 'calender.php'],
		['Promotions', 'promo.php'],
		['NEWS/UPDATES', 'news.php'],
		['Schedule', 'schedule.php'],
		['Student to Student', 'student.php'],
					['Facility', 'facility.php'],
					['Community', 'community.php'],
					['MT Community', 'mt_community.php'],
					['Canadas Best', 'best_fighters.php'],
	],
	['Information', '#', null,
	  ['Visitors', 'information.php'],
    ['Muay Thai', 'muay_thai_more.php'],
		['Team Southside', 'ss_more.php'],
		['Membership', 'membership.php'],
		['Competition', 'competition.php'],
		['Volunteer', 'volunteer.php'],
    ['Media', 'media.php'],
    ['Chess', 'chess.php'],
          
		
   ],
	['Contact Us', 'contact_us.php'],
	['Frequently Asked Questions', 'FAQ.php'],
  
	
];

