/* Tigra Menu items structure menu_items.js*/
var MENU_ITEMS = [
	['Home', '/'],
	['Homes And Sites', 'homes.htm'],
	['About Us', 'us.htm'],
	['Cruise News', 'tour.htm'],
	['Building Your Home', 'building.htm'],
	['Community Links', 'links.htm'],
	['Customer Comments', '/testimonials.htm'],
	['Contact Us', 'contactus.htm']
];
