// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["Log In", "MenuChoice.php"],
	["Report: Summary", "AMAS_PDF_Summary.php"],
	["Report: By Closing", "AMAS_PDF_Closing.php"],
	["Report: By Company", "AMAS_PDF_Company.php"]
];
