/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'Home.htm', {'sw':75}
	],
	['PADDLES', null, {'sw':85},
		['CD2', 'paddles_cd2.htm'],
		['CD3', 'paddles_cd3.html'],
		['TD2', 'paddles_td2.htm'],
		['Ghost', 'paddles_ghost.htm'],
		['Custom Paddles', 'custompaddles.html']
	],
	['ACCESSORIES', null, {'sw':125},
		['Merlin Accessories', 'accessories.htm']
	],
	['DATA PRODUCTS', null, {'sw':125},
		['Excalibur', 'excalibur.htm'],
		['Other Products', 'dataproducts.htm']
	],
	['TECHNICAL', null, {'sw':125},
		['Technicial Information', 'technical.htm']
	],
	['NEWS', null, {'sw':75},
		['Current News', 'news.htm'],
		['Gallery', 'gallery.htm']
		]
];


