/*
  --- 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 = [
	
	['Services', '', {'null' : 'null' },
		['Casino Hire', 'casino_hire.htm', {'sb' : 'Casino Hire' }, ],
		['Event Services', 'event_services.htm', {'sb' : 'Event Services' }, ],
			],
	
	['Fundraising', 'fundraising.htm', {'sb' : 'Fundraising' }, ],
			
	['Events', 'events.htm', {'sb' : 'Events' }, ],	

	['Info', '', {'null' : 'null' },	
		['FAQ', 'faq.htm', {'sb' : 'Frequently Asked Questions' }, ],
		['Client List', 'clients.htm', {'sb' : 'Client List' }, ],	
		['Video Gallery', 'video_index.htm', {'sb' : 'Video Gallery' }, ],	
			],
			
	['Contact', 'contact.htm', {'sb' : 'Contact Acorns' }, ],

	['Casino Shop', 'sales_index.htm', {'sb' : 'Casino Shop' }, ],	
];

