/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Home', 'index.php', null	],
	['About Us', null, null,
		['What is Barbershop?', 'index.php?page=1', null,],
		['All About Us', 'index.php?page=2', null,],
		[ 'Join Us', 'index.php?page=3',null,],
		[ '1955 Champs', 'index.php?page=8',null,],
		['Contact Us', 'index.php?content=contacts', null]
	],
	['Events', null, null,
		['Monthly', 'calendar/calendar.php', {'tw' : '_blank'} ],
		['All Events', 'calendar/viewAll.php', {'tw' : '_blank'}],
		['Event Pictures', 'index.php?content=eventphoto'],
		['Special Events', 'index.php?content=event'],
	],
	['Members', null, null,
		['Members', 'index.php?content=members'],
		['Board', 'index.php?content=board'],
		['Quartets', 'index.php?content=quartet']
	],
		['Awards', null, null,
		['Woodshed', 'index.php?awardNum=1&content=award'],
		['"Gordie Nickolie"', 'index.php?content=award&awardNum=2'],
		['BOTYS', 'index.php?content=award&awardNum=3'],
		['LOTY', 'index.php?content=award&awardNum=4']
	],
		['Rent Us', 'index.php?page=7', null
	],
			[ 'Links', 'index.php?content=links',null
	],
			
		['Log In', 'index.php?content=login', null
	],
];

