/*
	--- menu items --- 
	DO NOT MODIFIED BY HAND !!!.
*/

var MENU_ITEMS = [
	["", "article.php?c=1", {"tw" : "_self"},
		["Historical Attractions","article.php?c=1&a=2", {"tw" : "_self"}],
		["Culture","article.php?c=1&a=3", {"tw" : "_self"}],
		["Sightseeings","article.php?c=1&a=4", {"tw" : "_self"}],
		["About the City","article.php?c=1&a=14", {"tw" : "_self"}],
	],
	["", "article.php?c=2", {"tw" : "_self"},
		["Hotels","article.php?c=2&a=5", {"tw" : "_self"}],
		["How can I get There?","article.php?c=2&a=11", {"tw" : "_self"}],
	],
	["", "article.php?c=3", {"tw" : "_self"},
		["Maps","maps.php", {"tw" : "_self"}],
		["Photographs","photo.php", {"tw" : "_self"}],
		["Restaurants","article.php?c=3&a=12", {"tw" : "_self"}],
		["Cafe Bar & Clubs","article.php?c=3&a=13", {"tw" : "_self"}],
	],
	["", "article.php?c=4", {"tw" : "_self"},
		["Announcements - Type Bulletins","news.php", {"tw" : "_self"}],
		["Agenda of Events","act.php", {"tw" : "_self"}],
	],
	["", "article.php?c=5", {"tw" : "_self"},
		["Polls","polls.php", {"tw" : "_self"}],
		["Search Engines","search.php", {"tw" : "_self"}],
		["Site Map","site_map.php", {"tw" : "_self"}],
		["Contact Us","contact_us.php", {"tw" : "_self"}],
	],
];