function buildMenu() {
	var menuArray
	menuArray = new Array ()

	menuArray[0] = new Array() //Security Negligence - Experts
	menuArray[1] = new Array() //Background and Asset Inquiries
	menuArray[2] = new Array() //Commercial and Business Investigation
	menuArray[3] = new Array() //Consulting, Audits and Surveys
	menuArray[4] = new Array() //Workplace Violence
	menuArray[5] = new Array() //Insurance and Institutional Investigation
	menuArray[6] = new Array() //Criminal Investigation
	menuArray[7] = new Array() //Electronic Countermeasures
	menuArray[8] = new Array() //Labor Related Services
	menuArray[9] = new Array() //Electronic Warning Systems Design
	menuArray[10] = new Array() //Workers' Compensation Disability Fraud

	menuArray[0][0] = "Premise liability"
	menuArray[0][1] = "Notice and foreseeability"
	menuArray[0][2] = "Resort and multi-family industry"
	menuArray[0][3] = "Loss prevention and shoplifting"
	menuArray[0][4] = "Parking structures"
	menuArray[0][5] = "False arrest"
	menuArray[0][6] = "Civil rights violations"
	menuArray[0][7] = "Use of force"
	menuArray[0][8] = "Restaurant and bars"
	menuArray[0][9] = "Electronic system failures"
	menuArray[0][10] = "ATM design and location"
	menuArray[0][11] = "Third party criminal acts"
	menuArray[0][12] = "Lighting"
	menuArray[0][13] = "Crime statistic analysis"
	menuArray[0][14] = "Sexual assault"

	menuArray[1][0] = "Litigation and criminal history"
	menuArray[1][1] = "Medical malpractice"
	menuArray[1][2] = "Sexual harassment claims"
	menuArray[1][3] = "Business and financial reports"
	menuArray[1][4] = "Witness interviews"
	menuArray[1][5] = "Employment and education"
	menuArray[1][6] = "Asset searches"
	menuArray[1][7] = "Credit reports"
	menuArray[1][8] = "Class action law suits"
	menuArray[1][9] = "Environmental matters"
	menuArray[1][10] = "Locating witnesses"
	menuArray[1][11] = "Public records"
	menuArray[1][12] = "Mergers and acquisitions"
	menuArray[1][13] = "Pre-employment"

	menuArray[2][0] = "Sexual harassment"
	menuArray[2][1] = "Discrimination"
	menuArray[2][2] = "Environmental issues"
	menuArray[2][3] = "Representation and warranties"
	menuArray[2][4] = "Acquisition and sale of business"
	menuArray[2][5] = "Corporate background inquiries"
	menuArray[2][6] = "Contract and partnership disputes"
	menuArray[2][7] = "Financial inquiries"
	menuArray[2][8] = "Securities"
	menuArray[2][9] = "Employment liability"
	menuArray[2][10] = "Patent and trademark violation"
	menuArray[2][11] = "Complex witness interviews"
	menuArray[2][12] = "Libel and slander"

	menuArray[3][0] = "Management audits"
	menuArray[3][1] = "Pre-employment"
	menuArray[3][2] = "Facility surveys"
	menuArray[3][3] = "Staffing analysis"
	menuArray[3][4] = "Safe room design"
	menuArray[3][5] = "Locking mechanisms"
	menuArray[3][6] = "Training criteria and programs"
	menuArray[3][7] = "Investigative procedures"
	menuArray[3][8] = "Design of electronic security systems"
	menuArray[3][9] = "Bullet resistant barriers"
	menuArray[3][10] = "Analysis of policy and procedures"
	menuArray[3][11] = "General security consultation"
	menuArray[3][12] = "Lighting analysis"

	menuArray[4][0] = "Risk analysis"
	menuArray[4][1] = "Threat assessment"
	menuArray[4][2] = "Executive protection"
	menuArray[4][3] = "Security evaluation"
	menuArray[4][4] = "Profiling"
	menuArray[4][5] = "Security audits"

	menuArray[5][0] = "Product liability"
	menuArray[5][1] = "Personal injury"
	menuArray[5][2] = "Litigation support"
	menuArray[5][3] = "Construction site accidents"
	menuArray[5][4] = "Major property loss"
	menuArray[5][5] = "Wrongful death"

	menuArray[6][0] = "Fraud"
	menuArray[6][1] = "Internal theft"
	menuArray[6][2] = "Extortion"
	menuArray[6][3] = "Embezzlement"
	menuArray[6][4] = "Sabotage"
	menuArray[6][5] = "Criminal damage"
	menuArray[6][6] = "Assault"
	menuArray[6][7] = "Substance abuse"

	menuArray[7][0] = "Commercial"
	menuArray[7][1] = "Residential"
	menuArray[7][2] = "Communications"

	menuArray[8][0] = "Pre-strike planning"
	menuArray[8][1] = "Vulnerability assessments"
	menuArray[8][2] = "Incident investigation"
	menuArray[8][3] = "Injunction support"
	menuArray[8][4] = "Mobile or fixed surveillance"
	menuArray[8][5] = "Sabotage prevention"
	menuArray[8][6] = "Intelligence"
	menuArray[8][7] = "Electronic countermeasures"
	menuArray[8][8] = "Executive protection"

	menuArray[9][0] = "Burglary, panic and fire systems"
	menuArray[9][1] = "Closed circuit television"
	menuArray[9][2] = "Access control"
	menuArray[9][3] = "Robbery"
	menuArray[9][4] = "Surveillance systems"
	menuArray[9][5] = "Security lighting"

	menuArray[10][0] = "Preliminary investigation"
	menuArray[10][1] = "Surveillance"
	menuArray[10][2] = "Video recording"
	menuArray[10][3] = "Testimony"
	menuArray[10][4] = "Criminal prosecution X-Files"

	return menuArray
}

