
	service1 = new Array();
	service2 = new Array();
	service3 = new Array();
	service4 = new Array();
	service5 = new Array();
	service6 = new Array();
	service7 = new Array();
	service1_title="Security Consulting Services";
	service1_text = "T&M's security consultants develop operational, physical and logical security strategies based on a thorough analysis of a client's protection needs and security goals.  Services include security master planning, policy and procedure development, business continuity planning, and executive security program development, as well as consultation and recommendations security challenges faced by corporations and individuals. <a style='font-size:10px;' href='securityconsulting.php'>Learn more ></a>";
	service1_exec_img = "<img src='images/team_francis_sm.jpg' align='right' vspace='6' hspace='8' width='58' />";
	service1_exec_title = "VP of Security Consulting Services";
	service1_exec_name = "James A. Francis, CPP, CFSO";
	service1_exec_header = "Industry-recognized expert, 30+ years providing services to the public and private sectors";
	service1_exec_email = "jfrancis@tmprotection.com";
	service1_exec_phone = "212.514.4530";
	
	
	service2_text = "T&M's security agents and drivers (armed or unarmed) provide business leaders, celebrities and other high-profile, high net-worth individuals the benefits of discreet, professional protection at work, at home and during travel worldwide.  Our Executive Protection division also specializes in corporate and private event security and secure transportation services for domestic or international assignments. <a style='font-size:10px;' href='executiveprotection.php'>Learn more ></a>";
	service2_title="Executive Protection";
	service2_exec_img = "<img src='images/team_russo_sm.jpg' align='right' vspace='6' hspace='8' width='58' />";
	service2_exec_title = "Senior VP of Executive Protection";
	service2_exec_name = "Joseph M. Russo";
	service2_exec_header = "Former U.S. Secret Service Special Agent in Charge of the Clinton Protective Division";
	service2_exec_email = "jrusso@tmprotection.com";
	service2_exec_phone = "212.417.9154";
		

	service3_text = "T&M's Forensic Investigative Associates (FIA) division provides specialized expertise in due diligence, background checks and integrity monitoring to protect individuals and corporations from financial, reputation and operating risks.  Its team of former law enforcement, regulatory and government agents, and its worldwide network of investigative resources, provide critical fact-finding services in today's scandal-plagued environment. <a style='font-size:10px;' href='globalinvestigations.php'>Learn more ></a>";
	service3_title="Global Investigations & Risk Management (FIA)";
	service3_exec_img = "<img src='images/team_silbering_sm.jpg' align='right' vspace='6' hspace='8' width='58' />";
	service3_exec_title = "Senior VP of Investigations / FIA Division President";
	service3_exec_name = "Robert H. Silbering";
	service3_exec_header = "Former NYC Special Narcotics Prosecutor; Former Trial Bureau Chief for Manhattan District Attorney's Office";
	service3_exec_email = "rsilbering@tmprotection.com";
	service3_exec_phone = "212.916.8841";

	

	service4_text = "Data Forensics experts collect evidence to support litigation or investigate the misuse of digital assets that could put a company at risk.  Skilled in extracting information stored on computers, cell phones, memory sticks and other electronic devices, our specialists conduct discreet forensic examinations to reveal hidden files, email communications and internet activity, even if the data is presumed to have been destroyed. <a style='font-size:10px;' href='dataforensics.php'>Learn more ></a>";
	service4_title="Data Forensics";
	service4_exec_img = "<img src='images/team_lewis_sm.jpg' align='right' vspace='6' hspace='8' width='58' />";
	service4_exec_title = "VP of Data Forensics";
	service4_exec_name = "Paul G. Lewis";
	service4_exec_header = "Industry recognized expert in data and computer forensics; Court-appointed expert witness";
	service4_exec_email = "plewis@tmprotection.com";
	service4_exec_phone = "908.537.4000";


	service5_text = "The threat of hidden explosives can be mitigated by explosive detection canine teams at highly visible and public venues such as office buildings, hotels, arenas and other facilities.  T&M can also provide explosive detection technology systems or vehicle/mail/package screening services, to help ensure a safer environment for your company and employees. <a style='font-size:10px;' href='explosivedetection.php'>Learn more ></a>";
	service5_title="Explosive Detection Services";
	service5_exec_img = "<img src='images/team_debenedetto_sm.jpg' align='right' vspace='6' hspace='8' width='58' />";
	service5_exec_title = "VP of Special Operations";
	service5_exec_name = "Rocco De Benedetto";
	service5_exec_header = "Executive-in-Charge of high-profile and sensitive accounts; Former NYPD Deputy Inspector";
	service5_exec_email = "rdebenedetto@tmprotection.com";
	service5_exec_phone = "212.514.4523";

	service6_text = "Electronic security technologies, including access control, closed-circuit television (CCTV), technical surveillance countermeasures (TSCM) and intrusion detection, are used in today's business and residential environments to mitigate risk.  T&M's Technical Security Solutions division offers expertise in designing, implementing and maintaining security systems that utilize the latest in technology to offer integrated security system solutions. <a style='font-size:10px;' href='technicalsecurity.php'>Learn more ></a>";
	service6_title="Technical Security Solutions";
	service6_exec_img = "";
	service6_exec_title = "Operations Manager";
	service6_exec_name = "George Michel";
	service6_exec_header = "Experienced specialist in providing integrated security technologies";
	service6_exec_email = "gmichel@tmprotection.com";
	service6_exec_phone = "516.876.0001";


	service7_text = "T&M provides security officers to many of the tri-state region's largest, most prestigious office buildings, sports venues and cultural facilities.  Our security officers serve as the first line of defense in securing your corporate assets and are trained to provide courteous customer service.  Officers are also experienced in providing security for corporate or private events. <a style='font-size:10px;' href='securityofficer.php'>Learn more ></a>";
	service7_title="Security Officer Services";
	service7_exec_img = "<img src='images/team_wood_sm.jpg' align='right' vspace='6' hspace='8' width='58' />";
	service7_exec_title = "VP of Security Officer Services";
	service7_exec_name = "Robert C. Wood, CPP, CFE";
	service7_exec_header = "More than 25 years of experience managing uniformed security services for premier clientele";
	service7_exec_email = "bwood@tmprotection.com";
	service7_exec_phone = "212.514.4533";

	

	function changeService(id) {
		$('service_text').innerHTML = eval(id+"_text");
		$('service_title').innerHTML = eval(id+"_title");
		$('sname').innerHTML = eval(id+"_exec_name");
		$('simage').innerHTML = eval(id+"_exec_img");
		$('stitle').innerHTML = eval(id+"_exec_title");
		$('sheader').innerHTML = eval(id+"_exec_header");
		$('sphone').innerHTML = eval(id+"_exec_phone");
		$('semail').innerHTML = eval(id+"_exec_email");
		$('semail').href = "mailto:"+eval(id+"_exec_email");
		
		//change service box style to the "over" state
		var s = $$('div .servbox_on');
		if (s.length) {
			$(s[0].id).className = 'servbox';
		}
		$(id).className = "servbox_on";		
		//alert(id.text);
	}
	
	function toggleServStyle(id) {
		if ($(id).className != "servbox_on") {
			if ($(id).className == "servbox_over") {
				$(id).className = "servbox";
			} else {
				$(id).className = "servbox_over";
			}
		}
	}
