// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["<img src='images/spacer.gif' border='0' height='20' width='110'>", "stay.htm",
		['Terrace Rooms', "apts1.htm"],
		['Veranda Rooms', "apts2.htm"],
		['Rates', "rates.htm"],
	],
	["<img src='images/spacer.gif' border='0' height='20' width='110'>", "travel.htm",
		['What To Bring', "bring.htm"],
		['By Hopper Plane', "plane.htm"],
		['By Rental Car', "car.htm"],
		['By Bus', "bus.htm"],
	],
	
	["<img src='images/spacer.gif' border='0' height='20' width='110'>", "fun.htm",
		['SCUBA/Snorkeling', "scuba.htm"],
		['Jungle Hiking', "hiking.htm"],
		['Kayaking', "boating.htm"],
		['Caving', "caving.htm"],
		['Mayan Ruins', "mainland.htm"],
		['Sailing', "sailing.htm"],
		['Fishing', "fishing.htm"],
		['Birding', "birding.htm"],
	],
	
	["<img src='images/spacer.gif' border='0' height='20' width='110'>", "about.htm",
		['Places Of Interest', "dining.htm"],
	],
	
];
