<!--
// create the headshot
function headshot(ActiveCase)
{
	// Active Case
	//	1 - prh
	//	2 - plymouth
	//	3 - banknewport
	//	4 - reebok
	//	5 - necu
	//	6 - ke	
	//	7 - big



	
				//headshot
				if(ActiveCase == '1')
					document.write("<td width=130 background=\"graphics/prh/prh.png\"></td>");
				if(ActiveCase == '2')
					document.write("<td width=130 background=\"graphics/plymouth/plymouth.png\"></td>");
				if(ActiveCase == '3')
					document.write("<td width=130 background=\"graphics/banknewport/banknewport.png\"></td>");
				if(ActiveCase == '4')
					document.write("<td width=130 background=\"graphics/reebok/reebok.png\"></td>");
				if(ActiveCase == '5')
					document.write("<td width=130 background=\"graphics/necu/necu.png\"></td>");
				if(ActiveCase == '6')
					document.write("<td width=130 background=\"graphics/ke/ke.png\"></td>");
				if(ActiveCase == '7')
					document.write("<td width=130 background=\"graphics/big/big.png\"></td>");
				

}
//-->