/*
  --- menu items --- 
*/
var MENU_ITEMS = [
	['Home', "index.html",
	],
		['Currency','currency.html',],
		['Dictionary','dictionary.html',],
		['Ecology','ecology.html',],
		['Finance','financial.html',],
		['Hurricane\nWatch','hurricanes.html',],
		['Internet','internet.html',],
		['Language \nTools','language.html',],
		['Sun and Moon', 'phases.html',], 
		['The World Fact Book','worldfactbook.html',],
		['Time', 'time.html',],
		['Today', 'today.html',],  
		['Weather','weather.html',],
		['World Maps','maps.html',],
		['World News','news.html',],
];

