/*
  --- menu items --- 

*/
var MENU_ITEMS = [
	['TRAVEL & TOURISM', null, null,
	['Simon Says', 'simon.html'],
	['Out & About in Newport', 'outandabout.html'],
	['Highlights of Events', 'highlights.html'],
	['Accommodations', 'accommodations.html'],
	['Attractions', 'attractions.html'],
	['Restaurants', 'restaurants.html'],
	['Shopping', 'shopping.html'],
	['Caf&eacute;s', 'cafe.html'],
	['Bars & Clubs', 'bars.html'],
	['Services', 'services.html'],
	['Galleries', 'galleries.html'],

	],
	
	['COMMUNITY INFORMATION', null, null,
		['Social Interests', 'social.html'],
		['Resources', 'resources.html'],
		['Youth News', 'youthnews.html'],
		['Health Issues', 'healthissues.html'],
		['Houses of Worship', 'worship.html'],
	],
	
	['CALENDAR OF EVENTS', 'http://newportout.com/cgi-bin/calendar.pl'],
	
	
	
	['CONTACT US', null, null,
	['Contact Information', 'contact.html'],
	['Advertise', 'advertise.html'],],
];
