<!--// create the headshotfunction corppic(ActiveCase){	// Active Case	//	1 - timberland	//	2 - heidelberg	//	3 - risk management	//	4 - reebok	//	5 - liberty mutual	//	6 - dejouria	//	7- invacare					//headshot				if(ActiveCase == '1')					document.write("<td width=130 background=\"graphics/timberland.png\"></td>");				if(ActiveCase == '2')					document.write("<td width=130 background=\"graphics/heidelberg.png\"></td>");				if(ActiveCase == '3')					document.write("<td width=130 background=\"graphics/riskmanagement.png\"></td>");				if(ActiveCase == '4')					document.write("<td width=130 background=\"graphics/reebok.png\"></td>");				if(ActiveCase == '5')					document.write("<td width=130 background=\"graphics/libertymutual.png\"></td>");				if(ActiveCase == '6')					document.write("<td width=130 background=\"graphics/dejouria.png\"></td>");				if(ActiveCase == '7')					document.write("<td width=130 background=\"graphics/invacare.png\"></td>");				}//-->