// JavaScript Document
function view_hide(){
		$("#testimonial-pic").hide("slow");
		$("#testimonial-flash").show("slow",flash);
	}
	function flash(){
		document.getElementById("testimonial-flash").innerHTML='<embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=testimony/Garfield-case_Video&autoPlay=true&autoRewind=true" quality="high" scale="noscale" width="320" height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" />';
	}