/*	main menu content
 *	
 *	author: Freddy Gomez
 *	this document contains info in arrays
 *	each arrays should contain at least 1 item and maximum 3
 *	the first item is the text that the menu will displays
 *	the second is the url
 *	the third is the target (the window where the page will be displayed)
 *	the default target is the same window.
 *	
 *	
*/
var _item=new Array();
_item[_item.length]=["statue of liberty ferry","/statueFerry.asp","_self"];
_item[_item.length]=["zephyr harbor cruise","/zephyr.asp","_self"];
_item[_item.length]=["shark speedboat thrill ride ","/shark.asp","_self"];
_item[_item.length]=["downtown liberty cruise","/harborCruises.asp","_self"];
_item[_item.length]=["circle line charters","/privateCharter.asp","_self"];
_item[_item.length]=["special events","/refer_specialEvents.asp","_self"];
_item[_item.length]=["contact us","/contact.asp","_self"];
