/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
['Home', 'index.php'],
	['Trading Cards', null, null,
		['Twilight Zone', 'twi_zon.php'],
		['Outer Limits', 'out_lim.php'],
		['Doctor Who', 'doc_who.php'],
		["The Avengers", 'avengers.php'],
		["Hellboy", 'hellboy.php'],
		['Marvel comic films', 'marvel.php'],
		['Babylon 5', 'babylon5.php'],
		['James Bond', 'bond.php'],
		['Joss Whedon', 'whedon.php'],
		["The Terminator", 'terminator.php'],
	 	['Lost In Space', 'lost_space.php'],
		['The Prisoner', 'prisoner.php'],
		['Joe Dante films', null, null, 
		 	['Small Soldures', 'dante.php'],
			['Looney Toons - Back in Action', 'dante.php']
		 ],
		['Gerry Anderson shows', null, null, 
		 	['Capt Scarlet', 'anderson.php'],
		 	['UFO', 'anderson.php'],
		 	['Thunderbirds', 'anderson.php'],
		 ],
		['Tim Burton Films', null, null, 
		 	['Planet of the Apes', 'burton.php'],
			['Charlie and the Chocolate Factory', 'burton.php'],
			['Nightmare Before Xmas', 'burton.php']
		 ],
		["Olivia", 'olivia.php'],
		["Indy, Star Wars & Star Trek", 'star_trek_wars.php'],
		['Chase Misc', 'misc_chase.php'],
		['Common Misc', 'misc_comm.php'],
	],
['Swaps n spares', null, null,
		['Trading Cards', null, null, 
			['Babylon 5', 'sell_babylon5.php'],
			['James Bond', 'sell_bond.php'],
			['Doctor Who', 'sell_doc_who.php'],
			['Hellboy', 'sell_hellboy.php'],
			['Judge Dredd', 'sell_dredd.php'],
			['Spider-man', 'sell_spiderman.php'],
			['Star Trek', 'sell_star_trek.php'],
			['Terminator', 'sell_terminator.php'],
			['The Avengers', 'sell_avengers.php'],
			['Outer Limits', 'sell_outer_limits.php'],
			['Twilight Zone', 'sell_twi_zon.php'],
			['Lost in Space, Irwin Allen', 'sell_lost_in_space.php'],
			['UFO & Capt Scarlet', 'sell_ufo.php'],
			['Reboot', 'sell_reboot.php'],
			['Other Chase cards', 'sell_misc_chase.php'],
			['Promo cards', 'sell_promos.php'],
			['Common sets and cards', 'sell_comm.php']
		 ],
		['DVDs, CDs, etc', 'art.php'],
		['Comics', 'art.php'],
		['Toys', 'art.php'],
		['Misc', 'art.php'],
	],
['misc', null, null,
		['links', 'links.php'],
		['ebay blues', 'ebay.php'],
	],
];

