/*
  --- 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 = [
	['MEMBERSHIP BENEFITS','benefitsmembership.htm',
		['Benefits of  Membership','benefitsmembership.htm'],
		['Benefits of  Membership','benefitsmembership.htm'],
		['Frequently Asked Questions','membership_faq.htm'],
		['Recommend a Member', 'recommend_member.htm'],
		['Join the Chamber', 'jointhechamber.htm',
			['Club India Membership', 'clubindiamembership.htm'],
			['Club India Membership', 'clubindiamembership.htm'],
			['Premier Plus Membership', 'jointhechamber.htm'],
		],
	],
	['NEWS & EVENTS', null,
		['Event Programme', 'events_programme.htm'],
		['Online News', 'http://www.franceindiabusiness.com'],
		['Event Programme', 'events_programme.htm'],
		['Sponsorship Opportunities ', 'sponsorship_opportunities.htm'],
	],
	['INFORMATION & SERVICES', null,
			['Information Centre', 'infocentre.htm'],
			['Information Centre', 'infocentre.htm'],
			['Business Guides', 'business_guides.htm'],
			['Company Information', 'company_information.htm'],
			['Product Sourcing Services', 'product_sourcing_services.htm'],
			['Market Research', 'marketresearch.htm'],
			['Business Opportunities', 'businessopportunities.htm'],
	],
	['VENUE HIRE', null,
		['Meeting Room/Training', 'meetingroom_training.htm'],
		['Meeting Room/Training', 'meetingroom_training.htm'],
		['Frequently Asked Questions ', 'faq_meetingroom.htm'],
	],
	['ABOUT US', 'index.htm', 
		['Contact us', 'contactus.htm'],
		['Contact us', 'contactus.htm'],
		['History', null],
		['Partnership', null],

	],
];

