/*
  --- 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,
	],


	['Branch Info','branchinfo.html', null,
		['Branch Meeting Minutes', 'branchmeeting.html', null,],
		['Food Drive', 'food.html', null,],
		['Grievance Settlements', 'grievance.html', null,],
		['Latest News and Events', 'news.html', null,],
		['MDA Fundraisers', 'fundraisers.html', null,],
		['Mound City Carrier', 'mcc.html', null,],
		['Optical Plan Program', 'PDF/Optical-Plan-Program-Revised_April-2006.pdf', {'tw' : 'blank'}, null,],
		['Optical Plan Form', 'PDF/Optical-Plan-Form_06-2011_fill.pdf', {'tw' : 'blank'}, null,],
		['Scholarships', 'scholarships.html', null,],
	],


['Officers', null, null,
		['President', 'officers-william.html', null,],
		['Exec V.P./Treasurer', 'officers-barry.html', null,],
		['V.P./Financial Secretary', 'officers-robert.html', null,],
		['Recording Secretary', 'officers-charles.html', null,],
		['Sergeant-at-Arms', 'officers-derrick.html', null,],
		['M.B.A.', 'officers-saronda.html', null,],
		['Health Benefit Rep.', 'officers-chet.html', null,],
	],


	['Calendar','calendar.html', null,
		['2012 Alpha Coded', 'Calendar/2012-Rotating-Day-Off-Calendar_Branch-343.pdf', {'tw' : 'blank'},],
		['2011 Alpha Coded', 'Calendar/2011-Rotating-Day-Off-Calendar_Branch-343.pdf', {'tw' : 'blank'},],
		['2012 FY & PP Calendar', 'Calendar/2012-USPS-Fiscal-Calendar.pdf', {'tw' : 'blank'},],
		['2012 USPS FY Calendar', 'Calendar/2012-USPS-FY-Calendar.pdf', {'tw' : 'blank'},],
	['Online Calendar', 'online-calendar.html', {'tw' : 'blank'},],
	],




	['NALC', 'http://www.nalc.org', {'tw' : 'blank'},
		['NALC', 'http://www.nalc.org', {'tw' : 'blank'},],
		['Join NALC', 'http://www.nalc.org/nalc/join/index.html', {'tw' : 'blank'},],
		['City Delivery', 'http://www.nalc.org/depart/citydel/index.html', {'tw' : 'blank'},],
		['CAU', 'http://www.nalc.org/depart/cau/index.html', {'tw' : 'blank'},],
		['Food Drive', 'http://www.nalc.org/commun/foodrive/index.html', {'tw' : 'blank'},],
		['e-Activist', 'http://afl.salsalabs.com/o/5875/c/424/p/salsa/web/common/public/signup?signup_page_KEY=102', {'tw' : 'blank'},],
		['Postal Reform', 'http://www.nalc.org/postal/reform/index.html', {'tw' : 'blank'},],
		['Follow NALC', 'follownalc.html', null,],
	],



	['Links', null, null,
		['Committee Of Presidents', 'COP/index.html', {'tw' : 'blank'},],
		['USPS Postal Bulletin', 'http://about.usps.com/postal-bulletin/welcome.htm', {'tw' : 'blank'},],
		['NALC Branch Directory', 'http://www.mailmanstuff.com/nalc-directory', {'tw' : 'blank'},],
		['Postal-Bytes', 'http://lists.rollanet.org/mailman/listinfo/postal-bytes', {'tw' : 'blank'},

		],
	],

		['Contact Us','contact-info.html', null,],

	
];

