/* Tigra Menu items structure */
var MENU_ITEMS1 = [
	['Auto', null, {'tt':'Auto'},
		['Cigarette Lighters', 'http://www.12v-parts.com/lighter.shtml', {'tw':'_self','tt':'Cigarette Lighters','sh':20}],
		['Cord Sets', 'http://www.12v-parts.com/power.shtml', {'tw':'_self','tt':'Cord Sets','sh':20}],
		['Plugs', 'http://www.12v-parts.com/plug.shtml', {'tw':'_self','tt':'Plugs','sh':20}],
		['Sockets', 'http://www.12v-parts.com/socket.shtml', {'tw':'_self','tt':'Sockets'}],
		['Spotlights', 'http://www.12v-parts.com/spotlights.shtml', {'tw':'_self','tt':'Spotlights','sh':20}]
	],
	['Clips', null, {'tt':'Clips'},
		['Alligator', 'http://www.audio-connectors.com/alligator.shtml', {'tw':'_self','tt':'Alligator Clips','sh':20}],
		['Battery', 'http://www.batteryholders.com/Insulated_Battery_Clips.shtml', {'tw':'_self','tt':'Insulated Battery Clips','sh':20}],
		['Lead Acid', 'http://www.batteryholders.com/Insulated_Battery_Clips.shtml', {'tw':'_self','tt':'Lead Acid Clips','sh':20}],
		['Test Lead', 'http://www.audio-connectors.com/testleads.shtml', {'tw':'_self','tt':'Test Lead','sh':20}]
	],
	['Connectors', null, {'tt':'Connectors'},
		['3.5mm AV', 'http://www.audio-connectors.com/audioplugsjacks35.html', {'tw':'_self','tt':'3.5mm AV','sh':20}],
		['6.3mm AV', 'http://www.audio-connectors.com/audioplugsjacks.html', {'tw':'_self','tt':'6.3mm AV','sh':20}],
		['Audio Plugs', 'http://www.audio-connectors.com/acplugssockets.html', {'tw':'_self','tt':'Audio Plugs','sh':20}],
		['DIN Plugs', 'http://www.audio-connectors.com/din_tv.html', {'tw':'_self','tt':'DIN PLugs','sh':20}],
		['Fuse Blocks', 'http://www.audio-connectors.com/terminals.html', {'tw':'_self','tt':'Fuse Blocks','sh':20}],
		['Microphone', 'http://www.audio-connectors.com/micplugs.html', {'tw':'_self','tt':'Microphone','sh':20}],
		['RCA Jacks', 'http://www.audio-connectors.com/micrcamonoplug.html', {'tw':'_self','tt':'RCA Jacks','sh':20}],
		['MIC RCA', 'http://www.audio-connectors.com/micadaptransformers.html', {'tw':'_self','tt':'MIC RCA','sh':20}]
	],
	['DC Connectors', null, {'tt':'DC Connectors'},
		['DC Jacks', 'http://www.dcjacks.com/', {'tw':'_self','tt':'DC Jacks','sh':20}],
		['DC Plugs', 'http://www.dcplugs.com/', {'tw':'_self','tt':'DC Plugs','sh':20}]
	],
	['Fuse Holders', 'http://www.fuseholders.com/index.shtml', {'tw':'_self','tt':'Fuse Holders'}]
];
