/*
  --- 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 = [
	['Upcoming', null, null,
		
		['Garage Sale', 'http://www.aecpta.com/upcoming/garagesale/'
				/* ['Silent Auction', 'http://www.aecpta.com/upcoming/silentauction'],
		   /* ['Garage Sale', 'http://www.aecpta.com/upcoming/garagesale'], */
		
		],  
		['Adult Activities', 'http://www.aecpta.com/upcoming/adultsocial/'],
		['Book Club', 'http://www.aecpta.com/upcoming/bookclub/'],
		['Community Service', 'http://www.aecpta.com/upcoming/communityservice/'],
		['Craft Cirlce', 'http://www.aecpta.com/upcoming/craftcircle/'],
		['Field Trips', 'http://www.aecpta.com/upcoming/fieldtrips/'],
		['Reflections', 'http://www.aecpta.com/upcoming/reflections/'],
		['Dads N Kids', 
'http://www.aecpta.com/upcoming/dadsnkids/'],
	],
	['Programs', 'http://www.aecpta.com/speakers/'],
	['Membership', 'http://www.aecpta.com/membership/'], 
	['Newsletter', 'http://www.aecpta.com/newsletter/'],
	['Forms', null, null,  /*  ADD / REMOVE FORMS HERE */
		/*['Membership-online', 'http://www.aecpta.com/forms/onlinememform.html'], */
		['Membership-PDF', 'http://www.aecpta.com/forms/membership.pdf'], 
		['Membership Survey-PDF', 'http://www.aecpta.com/forms/survey.pdf'],
		['Plan of Work-PDF', 'http://www.aecpta.com/forms/pow.pdf'],
		['Itemized Receipt-PDF', 'http://www.aecpta.com/forms/itemizedreceipt.pdf'],
		['Reimbursement-PDF', 'http://www.aecpta.com/forms/ptareimb.pdf'],
		/*['Volunteer Hours-online', 'http://www.aecpta.com/forms/onlinevolunteer.html'],*/
		['Volunteer Hours-PDF', 'http://www.aecpta.com/forms/volunteerhours.pdf'],

		['Adobe Acrobat', 'http://www.adobe.com/products/acrobat/alternate.html'],
	],
	['Get Involved!', 'http://www.aecpta.com/getinvolved/'],
	['Contact Us', 'http://www.aecpta.com/contacts/'],
	['Home', 'http://www.aecpta.com']
	

];

