/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home - News', 'welcome.htm'],
	['Headgear', null, null,
		['Camouflage', 'ctoc-headgear.htm#camouflage'],
		['Heer', 'ctoc-headgear.htm#heer'],
		['Luftwaffe', 'ctoc-headgear.htm#luftwaffe'],
		['SS and Police', 'ctoc-headgear.htm#ss'],
		['Naval', 'ctoc-headgear.htm#naval'],
		['Miscellaneous', 'ctoc-headgear.htm#miscellaneous'],
		['US Helmets', 'ctoc-headgear.htm#ushelmets'],
		['Kelly Hicks', 'http://germanhelmetsinc.com/ss_steel_home.htm',{'tw':'_blank'}]

	],
	['Medals & Badges', null, null,
		['Iron Cross', 'ctoc-medal.htm#ironcross'],
		['Heer & SS', 'ctoc-medal.htm#heer'],
		['Luftwaffe', 'ctoc-medal.htm#luftwaffe'],
		['Navy', 'ctoc-medal.htm#navy'],
		['Political', 'ctoc-medal.htm#political'],
		['Everything Else', 'ctoc-medal.htm#odd'],
		['Medal Bars', 'ctoc-medal.htm#medalbars'],		
		['US Medals', 'ctoc-medal.htm#usmedals'],
		['Japanese', 'ctoc-medal.htm#jap']		
		
	],
	['Daggers & Swords', null, null,
		['SA', 'ctoc-daggers.htm#sa'],
		['NSKK and NPEA', 'ctoc-daggers.htm#nskk'],
		['SS and Police', 'ctoc-daggers.htm#ss'],
		['Heer', 'ctoc-daggers.htm#heer'],
		['Luftwaffe', 'ctoc-daggers.htm#luft'],
		['Kriegsmarine', 'ctoc-daggers.htm#navy'],
		['RAD', 'ctoc-daggers.htm#rad'],
		['Hitler Youth', 'ctoc-daggers.htm#hitleryouth'],
		['Bayonets', 'ctoc-daggers.htm#bayonets'],
		['Miscellaneous', 'ctoc-daggers.htm#miscellaneous'],
		['Japanese', 'ctoc-daggers.htm#jap'],
		['US Knives', 'ctoc-daggers.htm#usknives'],
		['Accoutrements', 'ctoc-daggers.htm#accoutrements']
	],
	['Miscellaneous', null, null,
		['Belts & Buckles', 'ctoc-miscellaneous.htm#buckles'],
		['Plaques', 'ctoc-miscellaneous.htm#plaques'],
		['Pins & Tinnies', 'ctoc-miscellaneous.htm#pins'],
		['Field Gear', 'ctoc-miscellaneous.htm#gear'],
		['Vehicles', 'ctoc-miscellaneous.htm#vehicles'],
		['Everything Else', 'ctoc-miscellaneous.htm#odd']
	],
	
	['Uniforms & Cloth', null, null,
		['Uniforms', 'ctoc-cloth.htm#uniforms'],
		['Cloth', 'ctoc-cloth.htm#cloth'],
		['Cuff Titles', 'ctoc-cloth.htm#cuff'],
		['Flags', 'ctoc-cloth.htm#flags'],
		['Armbands', 'ctoc-cloth.htm#armbands']
	],	


	['Ordering', 'permanent/ordering.htm'],
	['About Us', 'permanent/about.htm'],
	['Wanted', 'permanent/wanted.htm'],
	['Helmet Buying 101', 'permanent/buyhelmet101.htm']
];

