/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', null,
		['About', 'about.html'],
		['Old News', 'oldnews.html']
	],
	['Media', 'media.html', null,
		['Books', 'books.html'],
		['Comics', null, null,
			['BEEB', 'beeb.html'],
			['Boys Life', 'boyslife.html']
		],
		['Fan Art', 'fan.html'],
		['Magazines & Posters', 'inprint.html'],
		['Internet', 'internet.html'],
		['Interviews', 'interviews.html', null,
			['Adrian Andrews', 'adrianandrews.html'],
			['Jim Baker (Henry)', 'jimbaker.html'],
			['Richard Bates', 'richardbates.html'],
			['Chris Orton', 'chrisorton.html']
		],
		['Merchandise', 'merchandise.html'],
		['Video','video.html']
	],
	[' TV Season One', 'one.html', null,
		['Overview', 'one.html'],
		['Audio', 'audios.html'],
		['Bloopers', 'blooperss.html'],
		['Pictures', 'picturess.html'],
		['Video', 'video.html']
	],
	['TV Season Two', 'two.html', null,
		['Overview', 'two.html'],
		['Audio', 'audiot.html'],
		['Bloopers', 'blooperst.html'],
		['Pictures', 'picturest.html'],
		['Video', 'video.html']
	],
	['TV Season Three', 'three.html', null,
		['Overview', 'three.html']
	],
	['The Movie  (2009)', 'movie.html'],
        ['Fan Conventions', 'conventions.html'],
	['More', 'more.html', null,
		['Contact Me', 'contact.html'],
		['Links', 'links.html']
	]
];
