// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["ABOUT TNE", "",
		["Message from the Director", "message.php"],
		["Core Values", "core_values.php"],	
		["Vision & Objectives", "vision.php"],
	],
	
	["TRAINERS", "trainers.php"],

	["TRAINING", "",
		["Diploma in Professional Skills", "professional_skill.php"],
		["Certificate in Administrative Skills", "cer_skill.php"],
		["The New Customer Primacy", "customer_primacy.php"],
		["Personality Development", "personality_dep.php"],
		["Special Program in English", "special_program.php"],
		["Sales and Public Relations", "sales_public.php"],
		["Leadership Skills", "leadership.php"],
		["Reception Techniques", "reception_tech.php"],
		["Computer Application", "computer_application.php"],
	],

	["SERVICES", "",
		["Developing Filing System","service_filing.php"],
		["Placement Service","service_placement.php"],		
		["Upgrading of Skills and Staff","service_upgrading.php"],
		["Provision for meetings","service_premises.php"],
   ],

	["WHY TNE", "why_TNE.php"],
	["MILESTONES", "milestones.php"],
	["CLIENTELE", "clients.php"],
	["TESTIMONIALS", "testimonial.php"],
];

