/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.html', {'sb':'Home'}],
	['Organization', null, {'sb':'Organization'},
		['General Info', '/generalinfo.html', {'sb':'General Info'}],
		['Organization', '/org.html', {'sb':'Organization'}],
		['Membership', '/membership.html', {'sb':'Membership'}],
		['Meeting Minutes', '/minutes.html', {'sb':'Meeting Minutes'}],
		['Photo Gallery', '/gallery.html', {'sb':'Gallery'}],
		['BCGS Store', 'http://www.cafepress.com/bcgs', {'tw':'_blank'}]
	],
	['Activities', null, {'sb':'Activities'},
		['All Breed OA Match', '/allbreedoamatch.html', {'sb':'All Breed OA Match'}],
		['Specialty Show', '/specialtyshow.html', {'sb':'Specialty Show'}],
		['SKC Breed Booth', '/skcbreedbooth.html', {'sb':'SKC Breed Booth'}],
		['Bulldog Bash', '/bulldogbash.html', {'sb':'Bulldog Bash'}],
		['Canine Festival', '/caninefest.html', {'sb':'Canine Festival'}],
		['Fun Match', '/funmatch.html', {'sb':'Fun Match'}],
		['Slobberfest', '/slobberfest.html', {'sb':'Slobberfest'}],
		['Halloween Party', '/halloweenparty.html', {'sb':'Halloween Party'}],
		['Christmas Party', '/christmas.html', {'sb':'Christmas Party'}],
		['Monthly Listing', '/actmonthly.html', {'sb':'Monthly Listing'}],
		['Activity Guide', '/reading.html', {'sb':'Reference'}],
	],
	['Members', null, {'sb':'Members'},
		['Newsletter', '/newsletter.html', {'sb':'Newsletter'}],
		['Renew Membership', '/membershippurchase.html', {'sb':'Renewals'}],
		['Photo Gallery', '/gallery.html', {'sb':'Photo Gallery'}],
		['Volunteer Portal', '/volunteer/volunteer.html', {'sb':'Volunteer Portal'}],		
		['BCGS Store', 'http://www.cafepress.com/bcgs', {'tw':'_blank'}]
	],
	['Bulldog Puppies', null, {'sb':'Bulldog Puppies'},
		['Breed Info', '/breedinfo.html', {'sb':'Breed Info'}],
		['Bulldog Puppies', '/bulldogpuppies.php', {'sb':'Bulldog Puppies'}],
		['Puppy Inquiry', '/puppyinquiry.html', {'sb':'Puppy Inquiry'}],
		['Bulldog Rescue', '/rescue.html', {'sb':'Bulldog Rescue'}]
	],
	['Resources', null, {'sb':'Resources'},
		['Seminars', '/seminars.html', {'sb':'Seminars & Workshops'}],
		['Superintendents', '/superintendents.html', {'sb':'Show Superintendents/Secretaries'}],
		['Legislative Alerts', '/legislative.html', {'sb':'Legislative Alerts'}],
		['Reading', '/reading.html', {'sb':'Recommended Reading'}],
		['Links', '/links.html', {'sb':'Links'}]
	],
	];
