/*
  --- 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', ['http://www.d1meba.org/'],
		
		
	],

	
	['ABOUT MEBA', null, null,
		['HISTORY', 'http://www.d1meba.org/history.html'],
		['HOW TO JOIN', 'http://www.d1meba.org/how-to-join.html'],
		['HEADQUARTERS', 'http://www.d1meba.org/headquarters.htm'],
		['SCHOOL', 'http://www.mebaschool.org'],
		['PLANS', 'http://www.mebaplans.org'],
		['AFFILIATES', 'http://www.d1meba.org/affiliates.htm'],		
		
	],
	['PUBLICATIONS', null, null,
		['MARINE OFFICER', 'http://www.d1meba.org/Marine-officer.html'],
		['TELEX TIMES', 'http://www.d1meba.org/telex.html'],
		['SUBMISSIONS', 'http://www.d1meba.org/submissions.html'],
		['SUBSCRIPTIONS', 'http://www.d1meba.org/Subscriptions.html'],
	],
	['LEGISLATIVE/POLITICAL', null, null,
		['LEGISLATIVE UPDATE', 'http://www.d1meba.org/Legislative.html'],
		['POLITICAL ACTION FUND', 'http://www.d1meba.org/POLITICAL-ACTION-FUND.html'],
		['KEY MARITIME STATUTES', 'http://www.d1meba.org/KEY-MARITIME-STATUTES.html'],
		
		
	],
	['MEMBERS ONLY', null, null,
		['BBS LOGIN', 'http://www.d1meba.org/Private-Discussion.html'],
		['BBS SIGN UP', 'http://www.d1meba.org/BBS-login.html'],
		['Members Update', 'http://www.meba.us/union_update-x.html'],
		
	
	],
];


