/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'Home.htm', {'sw':75}
	],
	['PADDLES', null, {'sw':85},
		['CD3', 'paddles_cd3.htm'],
		['CD2', 'paddles_cd2.htm'],
		['TD2', 'paddles_td2.htm'],
		['Dragons Abreast', 'DAA.htm'],
		['Ghost', 'paddles_ghost.htm'],
		['Custom Orders', 'customorders.htm'],
		['Personalised Paddles', 'personalised.htm'],
	],
	['ACCESSORIES', null, {'sw':125},
		['Bags & Crate', 'Bags.&.crate.htm'],
		['Other items', 'other.items.htm'],
		['Paddle Grips', 'Grips.htm']
		],
	['DATA PRODUCTS', null, {'sw':125},
		['Excalibur', 'excalibur.htm'],
		['Other Products', 'dataproducts.htm'],
	],
	['TECHNICAL', null, {'sw':125},
		['Technicial Information', 'technical.htm'],
	],
	['NEWS & MORE', null, {'sw':75},
		['Current News', 'news.htm'],
		['FAQ', 'FAQ.htm'],
		['Links', 'links.htm'],
		['Shipping', 'shipping.htm'],
		],
];











