// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["Investigative Services", "inv_serv.html",
		["Pre-Employment Investigation", "employ_check.html"]
	],
	["Process<br>Service", "process.html",
		["Service Area", "regional.html"]
	],
//	["Business Intelligence", "bus_intel.html"],
	["Physical<br>Security", "phys_sec.html"],
//	["Executive Protection", "exec_pro.html"],
	["Event<br>Security", "event_sec.html",
		["Event Security Specifics", "event_detail.html"]
	],
//	["Information Security", "info_sec.html",
	//	["Secure Architecture", "arch_des.html"],
	//	["Data Security", "cirt.html"],
	//	["IS Policy Planning", "is_plan.html"],
	//	["Industry Specific Solutions", "is_spec.html"], 
	//	["IS Training", "is_train.html"] ,
	//	["Security Risk Assessment", "sra.html"],
	//	["IS Technology Planning", "tech_plan.html"], 
	//	["Vulnerability Assessement", "vuln_test.html"]
//	],
//	["Exposure Assessment", "psva.html"],
	["Workplace Violence", "work_violence.html",
		["Pre-Employment Investigation", "employ_check.html"]
	],
		["About Us", "about.html",
		["Associations", "assoc.html"]
	],
	];
