/* Tigra Menu items structure */
var MENU_ITEMS =[
	["Home", "/index.php"],
	["About", "/index.php/page/aboutus.html", null,
		["Terms of Use", "/index.php/page/terms.html"],
		["Privay Policy", "/index.php/page/privacy.html"]		
	],
	["Contact", "/index.php/contact.html"],
	["Maps", "/index.php/page/maps.html"],
	["Store", "/index.php/product.html"],
	["Rentals", null, null,
		["Get Your Coupons!", "/index.php/page/coupons.html"],
		["Jet Ski Rentals", "/index.php/page/jetskis.html"],
		["Jet Boat Ride", "/index.php/page/jetboat.html"],
		["Pontoon Boat Rental", "/index.php/page/pontoonboats.html"],
		["Ocean Kayak Rental", "/index.php/page/kayaks.html"],
		["Fishing Boat Rental", "/index.php/page/fishingboats.html"],
		["Dolphin Tours", "/index.php/page/tours.html"],
		["Dolphin Facts", "/index.php/page/dolphinfacts.html"],
		["Links", "/index.php/link.html"]
	],
	["Charters", null, null,
		["Coolest Jet Boat Ride", "/index.php/page/jetboat.html"],
		["Deep Sea Fishing", "/index.php/page/charters.html"],
//		["In-Shore Fishing", "http://www.fishmyrtlebeach.com/", {'tw' : '_blank'}],
		["Kayak Salt Marsh Tour", "/index.php/page/kayak_tour.html"]
	],	
	["Comments", "/index.php/blog.html"],
	["Gallery", null, null,
		["Photo Gallery", "/index.php/gallery.html"],
		["Videos", "/index.php/page/video.html"]		
	],
	["FAQs", "/index.php/faq.html"]
];