/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.html'],
	['Organization', null, null,
		['Officers', '/officers.html'],
		['Code of Ethics', 'http://thebca.org/code.html', {'tw':'_blank'}],
		['Breeder Ethics', 'http://thebca.org/BCA%20Breeders%20Code%20of%20Ethics%20100207.pdf', {'tw':'_blank'}],
		['Constitution', 'http://thebca.org/constitution.html#bcaconst', {'tw':'_blank'}],
		['BCA Bylaws', 'http://thebca.org/constitution.html#bcabylaws', {'tw':'_blank'}],
		['Divisional Bylaws', 'http://thebca.org/constitution.html#divbylaws', {'tw':'_blank'}],
		['Operating Procedures', 'http://thebca.org/SOP%20-%20Final%2010-2-07.pdf', {'tw':'_blank'}]
	],
	['Members', null, null,
		['Events Calendar', '/eventscalendar.php'],
		['Member Clubs', '/memberclubs.html'],
		['Meeting Dates', '/meetings.html'],
		['Education', '/education.html'],
		['Membership in BCA', 'http://thebca.org/How%20to%20become%20member.html', {'tw':'_blank'}],
		['Puppy Inquiry', 'http://thebca.org/breedref.html', {'tw':'_blank'}],
		['Breeder Referral', 'http://thebca.org/breedref.html', {'tw':'_blank'}]
	],
	['News', null, null,
		['Newsletter', '/newsletter.html'],
		['Updates', '/updates.html']
	],
	['Quick Links', null, null,
		['Bulldog Club of America', 'http://www.thebca.org', {'tw':'_blank'}],
		['American Kennel Club', 'http://www.akc.org', {'tw':'_blank'}],
		['2008 National Specialty Show', 'http://2008nationals.homestead.com/', {'tw':'_blank'}],
		['National Bulldog Rescue', 'http://www.rescuebulldogs.org', {'tw':'_blank'}],
		['Division Rescue', 'http://www.cascadebulldogrescue.org', {'tw':'_blank'}]
	]
];
