// menu_items.js file

var MENU_ITEMS =[
	["language", null,
		["English", "index.html"],
		["Italiano", "index-it.html"],
	],
];

