/* Tigra Menu items structure */

var MENU_ITEMS = [

	['Home', '../index.html'],

	['Rescue', '../available.html', {'sb':'Available Rescues'},

		['Available Bulldogs', '../available.html', {'sb':'Available Dogs'}],

		['Foster Bulldogs', '../fosters.html', {'sb':'Foster Bullogs'}],

		['Courtesy Listings', '../courtesy.html', {'sb':'Courtesy Listings'}],		

		['Success Stories', '../success.html', {'sb':'Success Stories'}],

		['Rainbow Bridge', '../rainbow.html', {'sb':'Rainbow Bridge'},

				['All', '../rainbow.html', {'sb':'All Rainbow Bridget'}],

				['Carleton', '../mem_carleton.html', {'sb':'Carleton'}],				

				['Spike', '../files/SpikeMay07.pdf ', {'sb':'Spike'}],

				['Wyatt', '../Wyatt02JAN08.html', {'sb':'Wyatt'}],

				['Rocky', '../RockyRainbow.html', {'sb':'Rocky'}],
				
				['Mable', '../rainbowmable.html', {'sb':'Mable'}],

				],

		['BCA National Rescue', 'http://www.rescuebulldogs.org/', {'tw':'_blank'}]

	],

	['Adoption Info', '../adoptioninfo.html', {'sb':'Adoption Info'},

		['Adoption Process', '../adoptioninfo.html', {'sb':'How to adopt'}],

		['About Bulldogs', '../breedinfo.html', {'sb':'About the breed'}],

		['Surrender a Bulldog', 'surrender.html', {'sb':'Surrender a Bulldog'}],

		['Puppy Mills', '../puppymills.html', {'sb':'Puppy Mills'}],

		['BCA National Rescue', 'http://www.rescuebulldogs.org/', {'tw':'_blank'}],

		['FAQ', 'faq.html', {'sb':'Puppy Mills'}],
		
		['Our Numbers', '../YTD.html', {'sb':'Our Numbers'}],		

	],

	['Donate', '../donate.html', {'sb':'Your donations go a long way to rehabilitate our rescues.'},

		['Donate Now', '../donate.html', {'sb':'Donate Now'}],

		['Friends of CBRR', '../friends.html', {'sb':'Friends of CBRR'}],

		['General Fund', '../general.html', {'sb':'General Fund Donations'}],

		['In Memorium', '../memorium.html', {'sb':'In Memorium Donations'}],

		['How you can help', '../howyoucanhelp.html', {'sb':'How you can help!'}],

		['Shopping', '../shopping.html', {'tw':'_self','sb':'CBRR Store'}],		

	],

	['Resources', null, {'sb':'Resources and reference'},

		['Events Calendar', '../calendar.php', {'sb':'Events Calendar'}],

		['Gallery', '../gallery.html', {'sb':'Gallery'}],

		['Email List', '../maillist.html', {'sb':'Email List'}],

		['Links', '../links.html', {'sb':'Links'}],

		['CBRR Store', '../shopping.html', {'tw':'_self','sb':'CBRR Store'}],

		['Guestbook', '../guestbook.html'],

	],

	['About Us', '../aboutus.html', null,

		['Contact Information', '../contactus.html', {'sb':'Contact Us.'}],

		['About Us', '../aboutus.html', {'sb':'About Us.'}],

		

	]

];

