/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.php', {'sb':'PORA Home'}],
	['PORA Lifelong Learning', 'lllwelcome.php', {'sb':'PORA Lifelong Learning'}],
	['PORA Newsletter', null, {'be':['revealTrans(TRANSITION=5,DURATION=0.5)','revealTrans(TRANSITION=4,DURATION=0.5)']},
		['Subscribe to PORA email Newsletter','addemail.php'],
		['Previous PORA Newsletters', 'newsletter_list.php']
	],
	['Operations', null, {'be':['revealTrans(TRANSITION=5,DURATION=0.5)','revealTrans(TRANSITION=4,DURATION=0.5)']},
		['Visitors Center', 'http://www.suncitywest.org', {'tw':'_blank'}],
		['PORA Services', 'activities.php'],
		['FAQ\'s', 'faq.php'],
		['PORA Poll Results', 'pollresults.php'],
		['Membership', 'membership_form.php'],
		['CC & R Complaints', 'complaint_form.php'],
		['General Problem Reporting', 'problemreport.php'],
		['General Information', 'information.php'],
		['Contact Us', 'contactus.php']
	],
	['Administration', null, {'be':['revealTrans(TRANSITION=5,DURATION=0.5)','revealTrans(TRANSITION=4,DURATION=0.5)']},
		['PORA Mission', 'mission.php'],
		['Meet the Board', 'boardofdirectors.php'],
		['Board Minutes', 'boardmin.php'],
		['PORA Bylaws', 'files/pdfs/PORA_Bylaws_02_26_2009.pdf'],
		['PORA Articles of Incorporation', 'articlesofinc.php']
	],
	['SCW Organizations', null, {'be':['revealTrans(TRANSITION=5,DURATION=0.5)','revealTrans(TRANSITION=4,DURATION=0.5)']},
		['SCW Rec Center', 'http://www.rcscw.com', {'tw':'_blank'}],
		['Assoc of Condos/HOAs', 'http://www.neighborhoodlink.com/sunwest/acho/', {'tw':'_blank'}],
		['SCW Posse', 'http://www.sheriffspossesuncitywest.net/', {'tw':'_blank'}],
		['SCW Fire District', 'http://www.scwfire.org', {'tw':'_blank'}],
		['SCW PRIDES', 'http://www.scwprides.com', {'tw':'_blank'}],
		['SCW Clubs', 'http://www.scwclubs.com', {'tw':'_blank'}],
		['SCW Foundation', 'http://www.scwfoundation.org', {'tw':'_blank'}]
	],
	['Governmental Resources', null, {'be':['revealTrans(TRANSITION=5,DURATION=0.5)','revealTrans(TRANSITION=4,DURATION=0.5)']},
		['Maricopa County', 'contacts_MaricopaCo.php'],
		['Our Arizona Senator and Representatives', 'contacts_AZ_leg.php'],
		['General Governmental', 'otherresources.php']
	]
];

