/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm', {'tt':'Home','sb':'Home'}],
	['About us', 'about.htm', {'tt':'About us','sb':'About us'},
		['Hall of Fame', 'fame.htm', {'tt':'Hall of Fame','sb':'Hall of Fame'}],
		['Puppies', 'puppies_litter2.htm', {'tt':'Puppies','sb':'Puppies'}],
		['Contact Us', 'contact.htm', {'tt':'Contact Us','sb':'Contact Us'}],
	],
	['News & Photos', null, null,
		['Latest News', 'news.htm', {'tt':'Latest News','sb':'Latest News'}],
		['Archived News', 'archive.htm', {'tt':'Archived News','sb':'Archived News'}],
		['Photos', 'photos.htm', {'tt':'Photos','sb':'Photos'}],
	],
	['The Gang', 'gang.htm', {'tt':'The Current Gang','sb':'The Current Gang'},		
		['Scott', 'scott.htm', {'tt':'Scott','sb':'Scott'}],		
		['Fleur', 'fleur.htm', {'tt':'Fleur','sb':'Fleur'}],
		['Ella', 'ella.htm', {'tt':'Ella','sb':'Ella'}],
		['Erin', 'erin.htm', {'tt':'Erin','sb':'Erin'}],
		['George', 'george.htm', {'tt':'George','sb':'George'}],
		['Izzy', 'izzy.htm', {'tt':'Izzy','sb':'Izzy'}],
	],
	['Other Dogs',  null, null,
		['Puppies by Scott', 'scott_pups.htm', {'tt':'Puppies by Scott','sb':'Puppies by Scott'}],
		['Dogs we have Rehomed', 'rehomed.htm', {'tt':'Rehomed Dogs','sb':'Rehomed Dogs'}],
		['Rainbow Bridge', 'rainbow.htm', {'tt':'Rainbow Bridge','sb':'Rainbow Bridge'}],
		['Working Samphreys', 'working.htm', {'tt':'Working Samphreys','sb':'Working Samphreys'}],
	],
	['Links', 'links.htm', {'tt':'Interesting Links','sb':'Interesting Links'}]
];

