//Menu area
var MENU_ITEMS1 = [

	[wrap1('0', 221, 25), 'hi-tek.htm', {'tt':'Hi Tek'}],
	
	[wrap2('0', 221, 25), 'profile.htm', {'tt':'Profile'}],
	
	[wrap3('0', 221, 25), 'products.htm', {'tt':'Products'},
		['Barnaclean', 'barnaclean.htm', {'tt':'Barnaclean'}],
		['Power Pulse', 'powerpulse.html', {'tt':'Power Pulse'}],
		['Bow Rail Seat', 'bowrailseat.htm', {'tt':'Bow Rail Seat'}],
		['Mercruiser / Chev', 'mercruiser-chev.htm', {'tt':'Mercruiser / Chev'}],
		['OMC', 'omc.htm', {'tt':'OMC'}],
		['Volvo', 'volvo.htm', {'tt':'Volvo'}],
		['BMW', 'bmw.htm', {'tt':'BMW'}],
		['Crusader', 'crusader.htm', {'tt':'Crusader'}],
		['Indmar / PCM', 'indmar-pcm.htm', {'tt':'Indmar / PCM'}],
		['Yamaha', 'yamaha.htm', {'tt':'Yamaha'}],
		['Chrysler', 'chrysler.htm', {'tt':'Chrysler'}],
		['Ford', 'ford.htm', {'tt':'Ford'}],
		['Holden', 'holden.html', {'tt':'Holden'}],
		['Buick', 'buick.htm', {'tt':'Buick'}],
		['Oldsmobile', 'oldsmobile.htm', {'tt':'Oldsmobile'}],
		['455 Oldsmobile', '455oldsmobile.htm', {'tt':'455 Oldsmobile'}],
		['Polished Indmar', 'polished_indmar.htm', {'tt':'Polished Indmar'}],
		['Risers', 'risers.htm', {'tt':'Risers'}],
		['Bowthrusters', 'bowthrusters.htm', {'tt':'Bowthrusters'}]
	],
	
	[wrap4('0', 221, 25), 'testimonials.htm', {'tt':'Testimonials'}],
	
	[wrap5('0', 221, 25), 'performance-comparison.htm', {'tt':'Performance Comparison'}],
	
	[wrap6('0', 221, 25), 'faqs.htm', {'tt':'FAQs'}],
	
	[wrap7('0', 221, 25), 'enquiries.htm', {'tt':'Enquiries'}],
	
	[wrap8('0', 221, 25), 'business-opportunity.htm', {'tt':'Business Opportunity'}]
];

//Images source file location

function wrap1 (ind, w, h) {
	return ['<img src=images/general/hi-tek.jpg>','<img src=images/general/hi-tek2.jpg>','<img src=images/general/hi-tek.jpg>']
}


function wrap2 (ind, w, h) {
	return ['<img src=/images/general/profile.jpg>','<img src=/images/general/profile2.jpg>','<img src=/images/general/profile.jpg>']
}


function wrap3 (ind, w, h) {
	return ['<img src=/images/general/products.jpg>','<img src=/images/general/products2.jpg>','<img src=/images/general/products.jpg>']
}


function wrap4(ind, w, h) {
	return ['<img src=/images/general/testimonials.jpg>','<img src=/images/general/testimonials2.jpg>','<img src=/images/general/testimonials.jpg>']
}


function wrap5 (ind, w, h) {
	return ['<img src=/images/general/performance-comparison.jpg>','<img src=/images/general/performance-comparison2.jpg>','<img src=/images/general/performance-comparison.jpg>']
}


function wrap6 (ind, w, h) {
	return ['<img src=/images/general/faqs.jpg>','<img src=/images/general/faqs2.jpg>','<img src=/images/general/faqs.jpg>']
}


function wrap7 (ind, w, h) {
	return ['<img src=/images/general/enquiries.jpg>','<img src=/images/general/enquiries2.jpg>','<img src=/images/general/enquiries.jpg>']
}


function wrap8 (ind, w, h) {
	return ['<img src=/images/general/business-opportunity.jpg>','<img src=/images/general/business-opportunity2.jpg>','<img src=/images/general/business-opportunity.jpg>']
}
