// menu_items.js file

var MENU_ITEMS =[
	
	[' ' ],
	
	["_______________", 
		
	],
	["Fins 1", "fins.htm"
		
	],
	

	["Spearguns 5", "speargun.htm"
	],
	
	["Wetsuits 1", "wetsuits.htm"
	
	],
	
    
	["Dive floats 2", "floats.htm"
	],
	["_______________", 
		
	],
	[' ' ],
	["Fitment Guide", "fitment_guide.htm"
	],
	
	["Product Chooser", "product_chooser.htm"
	],
	["_______________", 
		
	],	
	[" " ],	
	["Coastal Forecast", 'http://www.metservice.co.nz/default/index.php?alias=nzcoastal" " target="_blank"'],
	["Swell Map", 'http://www.swellmap.com/" " target="_blank"'],
	["Bouy Weather", 'http://www.buoyweather.com/wxnav6.jsp?region=NZ&program=Maps" " target="_blank"'],
	["Niwa Cam", 'http://www.niwascience.co.nz/services/free/cam-era" " target="_blank"'],
	["Aussie Weather", 'http://www.bom.gov.au/weather/national/charts/" " target="_blank"'],
	
	[" " ],

];


