/* Tigra Menu items structure */
var MENU_ITEMS = [ 
['About EMA', 'about-ema.cfm', {'tw':'_self','sb':'About EMA'},
	['Mission Statement', 'mission-statement.cfm', {'tw':'_self','sb':'Mission Statement'}], 
	['Board', 'board.cfm', {'tw':'_self','sb':'Board'}], 
	['Legal Statutes', 'legal-statutes.cfm', {'tw':'_self','sb':'Legal Statutes'}] ], 
['EMA Registration', 'members.cfm', {'tw':'_self','sb':'EMA Registration'},
	['Membership Types', 'member-types.cfm', {'tw':'_self','sb':'Membership Types'}] ], 
['Contact', 'contact.cfm', {'tw':'_self','sb':'Contact'},
	['Our Location', 'our-location.cfm', {'tw':'_self','sb':'Our Location'}] ], 
['Projects', 'ongoing-projects.cfm', {'tw':'_self','sb':'Projects'},
	['Ongoing Projects', 'ongoing-projects.cfm', {'tw':'_self','sb':'Ongoing Projects'}], 
	['Recent Projects', 'recent-projects.cfm', {'tw':'_self','sb':'Recent Projects'}], 
	['Past Projects', 'past-projects.cfm', {'tw':'_self','sb':'Past Projects'}], 
	['Call For Interest', 'call-for-interest.cfm', {'tw':'_self','sb':'Call For Interest'}] ], 
['Events', 'events.cfm', {'tw':'_self','sb':'Events'},],
['Conferences', 'conferences.cfm', {'tw':'_self','sb':'Conferences'},],
['Info & Services', 'info-and-services.cfm', {'tw':'_self','sb':'Info & Services'},
	['Post Graduate', 'post-graduate.cfm', {'tw':'_self','sb':'Post Graduate'}], 
	['Educational Opps', 'educational-opps.cfm', {'tw':'_self','sb':'Educational Opps'}], 
	['Safety', 'safety.cfm', {'tw':'_self','sb':'Safety'}] ], 
['Job Opportunities', 'job-opportunities.cfm', {'tw':'_self','sb':'Job Opportunities'},],
['Documents', 'documents.cfm', {'tw':'_self','sb':'Documents'},],
['Newsletters', 'newsletters.cfm', {'tw':'_self','sb':'Newsletters'},
	['Latest News', 'latest-news.cfm', {'tw':'_self','sb':'Latest News'}] ], 
['Selected Links', 'selected-links.cfm', {'tw':'_self','sb':'Selected Links'},],
['European Guidelines', 'european-guidelines.cfm', {'tw':'_self','sb':'European Guidelines'},],
];

