// menu_items.js file

var MENU_ITEMS =[
	["Home", "index.php"],
	["About ITA", "about.php"],
	["ITA People", "people.php"],
    ["Agency Services", "publishers.php"],
    ["Consultancy Services", "consultancy.php"],
    ["Our Offer to the Chinese Book Trade", "chinese_book_trade.php"],
  	["Success Strategy", "success.php"],
	["Clients", "clients.php"],
	["Training", "training.php"],
	["ITA Update", "newsletter.php"],
	["Contact", "contact.php"]
];