// menu_items.js file

var MENU_ITEMS =[
	["Home", "index.cfm"],
	["Getting Here", "directions.cfm",
		["Maps", "maps.cfm"]
	],
	["Surfing", "surfing.cfm",
		["Surf Spots", "surfspots.cfm",
			["When to Go", "whentogo.cfm"],
			["Surfaris", "surfaris.cfm"]
		],
		["Surf Gallery", "surfgallery.cfm"],
		["Surf Lessons", "surflessons.cfm",
			["Stretching", "stretching.cfm"],
			["Special Needs", "specialneeds.cfm"]
		]
	],
	["Skate Park", "skatepark.cfm",
		["Skate Gallery", "skategallery.cfm"]
	],
	["Fishing Trips", "fishing.cfm",
		["Fish Gallery", "fishgallery.cfm"]
	],
	["Camp Tour", "camp.cfm"],
	["Rates / Pricing", "rates.cfm"]
];
