/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Menu', null, null,
		['Home', null, null,
			['Click Here', 'homepage.html']
		],
		['Products', null, null,
			['Wheelchair Lifts', 'braun.htm'],
			['Wheelchair Ramps', 'decpac.htm'],
			['Custom Seating', 'access.htm'],
			['Reversing Aids', 'poron.htm'],
			['Securement Systems', 'qstraint.htm'],
			['Quote Application', 'quoteform.htm', {'tw':'_blank'}]
		],
		['Services', null, null,
			['Click Here', 'services.htm'],
			['Quote Application', 'quoteform.htm', {'tw':'_blank'}]
		],
		['FAQs', null, null,
			['Click Here', 'faqs.htm']
		],
		['Contact', null, null,
			['Click Here', 'contact.htm']
		]
	]
];
