// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["HOME", "index.php"],
	["Login", "start.php"]
];
