/* Tigra Menu items structure */
var MENU_ITEMS = [
	[['<img src="../images/empty-Home.gif"/>','<img src="/images/full-Home.gif"/>','<img src="/images/full-Home.gif"/>'], '/index.html', {'tw':'_self','tt':''}],
	[['<img src="../images/empty-OurBoys.gif"/>','<img src="/images/full-OurBoys.gif"/>','<img src="/images/full-OurBoys.gif"/>'], '', {'tw':'_self','tt':''},
/*		['Knight', '/knight.html', {'tw':'_self','tt':''}], */
		['Lear', '/lear.html', {'tw':'_self','tt':''}],
		['Phantom', '/phantom.html', {'tw':'_self','tt':''}],
		['Siskel', '/siskel.html', {'tw':'_self','tt':''}]
/*		['Strut', '/strut.html', {'tw':'_self','tt':''}] */
	],
	[['<img src="../images/empty-OurGirls.gif"/>','<img src="../images/full-OurGirls.gif"/>','<img src="../images/full-OurGirls.gif"/>'], '', {'tw':'_self','tt':''},
/*		['Apple', '/apple.html', {'tw':'_self','tt':''}], */
		['Aysia', '/aysia.html', {'tw':'_self','tt':''}],
		['Brinkley', '/brinkley.html', {'tw':'_self','tt':''}], 
		['Canyon', '/canyon.html', {'tw':'_self','tt':''}], 
		['Chanel', '/chanel.html', {'tw':'_self','tt':''}],
/*		['Echo', '/echo.html', {'tw':'_self','tt':''}],	*/
		['Fluke', '/fluke.html', {'tw':'_self','tt':''}],
		['Gosh', '/gosh.html', {'tw':'_self','tt':''}],
/*		['Halo', '/halo.html', {'tw':'_self','tt':''}], */
		['Jadis', '/jadis.html', {'tw':'_self','tt':''}],
/*		['Jersey', '/jersey.html', {'tw':'_self','tt':''}], */
/*		['Lace', '/lace.html', {'tw':'_self','tt':''}], */
		['Megan', '/megan.html', {'tw':'_self','tt':''}],	
/*		['Raven', '/raven.html', {'tw':'_self','tt':''}],	*/
/*		['Sarah', '/sarah.html', {'tw':'_self','tt':''}], */
		['Sizzle', '/sizzle.html', {'tw':'_self','tt':''}],
		['Teller', '/teller.html', {'tw':'_self','tt':''}],
/*		['Tyra', '/tyra.html', {'tw':'_self','tt':''}] */
	],

	[['<img src="/images/empty-OurFuture.gif"/>','<img src="/images/full-OurFuture.gif"/>','<img src="/images/full-OurFuture.gif"/>'], '', {'tw':'_self','tt':''},
/*		['Carly', '/carly.html', {'tw':'_self','tt':''}], */
/*		['Dragon', '/dragon.html', {'tw':'_self','tt':''}], */
/*		['Halo', '/halo.html', {'tw':'_self','tt':''}], */
/*		['Charmer', '/charmer.html', {'tw':'_self','tt':''}], */
		['Digit', '/digit.html', {'tw':'_self','tt':''}],
		['Golly', '/golly.html', {'tw':'_self','tt':''}],
		['Keebler', '/keebler.html', {'tw':'_self','tt':''}],
		['Ringo', '/ringo.html', {'tw':'_self','tt':''}],
		['Split', '/split.html', {'tw':'_self','tt':''}]				
	],	
	[['<img src="/images/empty-Available.gif"/>','<img src="/images/full-Available.gif"/>','<img src="/images/full-Available.gif"/>'], '/available.html', {'tw':'_self','tt':''},
		['Puppies/Dogs', '/available.html', {'tw':'_self','tt':''}],
		['How to Choose', '/choosing.html', {'tw':'_self','tt':''}],
		['Questionnaire', '/questionnaire.php', {'tw':'_self','tt':''}]
/*		['Bred by Us,<br>Loved by Others', '', {'tw':'_self','tt':''},
			['2009', '/references2009.html', {'tw':'_self','tt':''}],
			['2008', '/references2008.html', {'tw':'_self','tt':''}],
			['2007', '/references2007.html', {'tw':'_self','tt':''}],
			['2006', '/references2006.html', {'tw':'_self','tt':''}],
			['2005', '/references2005.html', {'tw':'_self','tt':''}],
			['2002 - 2004', '/references2004.html', {'tw':'_self','tt':''}]
		],	*/
	],	
	[['<img src="/images/empty-Gallery.gif"/>','<img src="/images/full-Gallery.gif"/>','<img src="/images/full-Gallery.gif"/>'], '/gallery.html', {'tw':'_self','tt':''}],
	[['<img src="/images/empty-InMemory.gif"/>','<img src="/images/full-InMemory.gif"/>','<img src="/images/full-InMemory.gif"/>'], '/memory.html', {'tw':'_self','tt':''},
		['Sora', '/memory-sora.html', {'tw':'_self','tt':''}],
		['Summer', '/memory-summer.html', {'tw':'_self','tt':''}],
		['Savannah', '/memory-savannah.html', {'tw':'_self','tt':''}]
	],
];

