/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.htm', {'sb':'Home'}],
	['Products', 'http://www.getwet.net.nz/products/index.htm', {'sb':'Products'}],
	['Services', 'http://www.getwet.net.nz/services/index.htm', {'sb':'Services'}],
	['Dive Spots (Link)', 'http://www.newzealandnz.co.nz/scuba-diving-snorkelling/index.html', {'tw':'_blank','sb':'Dive Spots (Link)'}],
	['About Us', '/getwet/about_us.htm', {'sb':'About Us'}],
	['Contact Us', '/getwet/contact_us.htm', {'sb':'Contact Us'}]
];
