/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'welcomepage.htm'],
	['------ Slot Cars ------', null],
		['Aurora', null, null,	
			['Vibrator', 'cars-vibrator.htm'],
			['Thunderjet 1', 'cars-thunderjet1.htm'],
			['Thunderjet 2', 'cars-thunderjet2.htm'],	
			['Thunderjet 3', 'cars-thunderjet3.htm'],		
			['Thunderjet 4', 'cars-thunderjet4.htm']
		],	
		['AFX', null, null,	
			['AFX 1', 'cars-afx1.htm'],
			['AFX 2', 'cars-afx2.htm'],	
			['AFX 3', 'cars-afx3.htm'],		
			['AFX 4', 'cars-afx4.htm'],	
			['AFX 5', 'cars-afx5.htm'],	
			['AFX G-Plus', 'cars-afxgplus.htm'],
			['AFX Packaged', 'cars-afxpackaged.htm']	
		],
		['Tomy', null,null,
			['Tomy 1', 'cars-tomy1.htm'],
			['Tomy 2', 'cars-tomy2.htm'],			
			['Tomy Packaged', 'cars-tomypackaged.htm'],
		],

		['Tyco', null, null,
			['Tyco S', 'cars-vibrator.htm#tycos'],		
			['Tyco 1', 'cars-tyco1.htm'],
			['Tyco 2', 'cars-tyco2.htm'],	
			['Tyco 3', 'cars-tyco3.htm'],
			['Tyco 4', 'cars-tyco4.htm'],			
			['Tyco 5', 'cars-tyco5.htm'],
			['Tyco Corvettes', 'cars-tycocorvettes.htm'],								
			['Tyco US-1', 'cars-tycous1trucking.htm'],
			['Tyco Packaged 1', 'cars-tycopackaged1.htm'],
			['Tyco Packaged 2', 'cars-tycopackaged2.htm'],
			['Tyco Packaged 3', 'cars-tycopackaged3.htm'],
			['Tyco Twin Packs', 'cars-tycotwinpacks.htm']
		],	
		['Life-Like', null,null,
			['Life-Like', 'cars-lifelike.htm'],
			['Life-Like Packaged', 'cars-lifelikepackaged.htm'],
		],	
		['Marchon', null, null,			
			['Marchon 1', 'cars-marchon1.htm'],
			['Marchon 2', 'cars-marchon2.htm'],
			['Marchon Packaged', 'cars-marchonpackaged.htm']
		],
		['Micro Scalextric', 'cars-microscalextric.htm'],	
		['Rokar', null,null,
			['Rokar', 'cars-rokar.htm'],
			['Rokar Packaged', 'cars-marchonpackaged.htm#rokar'],
		],
		['Cars Under $10', 'cars-under10.htm'],	
		['Everything Else', null, null,
			['Atlas', 'cars-miscloose.htm'],
			['Bachmann', 'cars-miscloose.htm#bachmann'],
			['Bodies', 'cars-bodies.htm'],			
			['Miscellaneous', 'cars-miscloose.htm#miscellaneous'],
			['Johnny Lightning', 'cars-miscloose.htm#johnny'],			
			['1/24 Scale', 'cars-scale24.htm'],
			['1/32 Scale', 'cars-scale24.htm#32scale']			
		],



	['----------------------', null],

	['Sets', 'items-sets.htm'],
	['Accessories', null, null,
		['Track', 'items-track.htm'],
		['Controllers', 'items-controllers.htm'],
		['Power Supplies', 'items-controllers.htm#power'],
		['Miscellaneous', 'items-controllers.htm#misc'],
		['Parts', 'items-parts.htm']
	],



	['DieCast & Models', null, null,

		['1/64 Scale', null, null,
			['R/C 1', 'otherphotos/pages/items-diecast01.htm'],
			['R/C 2', 'otherphotos/pages/items-diecast02.htm'],
			['Hot Wheels', 'otherphotos/pages/items-diecast03.htm'],
			['Matchbox', 'otherphotos/pages/items-diecast03.htm#matchbox'],
			['Hot Wheels', 'otherphotos/pages/items-diecast03.htm#RCCA'],
			['Other', 'otherphotos/pages/items-diecast03.htm#other']
		],
		['1/32 Scale', null, null,
			['R/C', 'otherphotos/pages/items-diecast04.htm'],
			['Hot Wheels', 'otherphotos/pages/items-diecast04.htm#hotwheels'],
			['Matchbox', 'otherphotos/pages/items-diecast04.htm#matchbox'],
			['Other', 'otherphotos/pages/items-diecast04.htm#other']
		],
		['1/24 Scale', null, null,
			['Revell', 'otherphotos/pages/items-diecast05.htm'],
			['R/C', 'otherphotos/pages/items-diecast05.htm#champs'],
			['Banks', 'otherphotos/pages/items-diecast05.htm#banks'],
			['Other', 'otherphotos/pages/items-diecast05.htm#other']
		],
		['1/18 Scale', null, null,
			['ERTL', 'otherphotos/pages/items-diecast06.htm']
		],
		['1/87 Scale', null, null,
			['R/C', 'otherphotos/pages/items-diecast07.htm']
		],
		['Other', null, null,
			['Other', 'otherphotos/pages/items-diecast08.htm']
		],
		['Models', 'otherphotos/pages/items-models.htm']

	],	
	
	
	['----------------------', null],
	
	['Links', 'permanent/links.htm'],

	['Ordering', 'permanent/ordering.htm'],
	
	['Order Form', 'permanent/orderform.htm']

];

