/*
  --- 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.html' , null,
		
	],
	['Meetings', null, null,
		['Meetings', './meetings.htm'],
		['Programme', './dayprogramme.htm'],
		['Venue', './venue.htm'],
		['SIGs', './sigs.htm'],
		['Gallery', './pics.htm'],
		
		
	],
	['News', null, null,
			['Late News', './newsflas.htm'],
			['Club-Offers', './Locked/offers.htm'],
			
	],
	['Members', null, null,
			['Log In', './Locked/members.htm'],
			['Club-Offers', './Locked/offers.htm'],
			
	],
	['Join Up', null, null,
		['Join Now', './joining.htm'],
		['Membership', './membership.htm'],
		['Club Poster', './club poster.htm'],
		
	],
	['Contacts', null, null,
		['Committee', './contacts.htm'],
		['Links Page', './links.htm'],
		
	],
];

