function getClientComments(){
  
  var comment1 = '<p>"Very persuasive... breathes life into complex facts and demonstrates not only what happened, but just as important what did not or could not have happened."</p><p> -- <b>Howard Churchill, Esq. <br/>Dale, Braden & Hinchcliffe, Pleasant Hill, CA</b></p>';
  var comment2 = '<p>"PSI&#39;s analyses resulted in a visualization so powerful, and so precise, that I could have obtained a defense verdict with it alone."</p><p> <b>--Defense Attorney</b></p>';
  var comment3 = '<p>"Thank you for your work in our latest case.  Your firm produced the simulation in a timely manner, ably depicting an extremely complicated underground malpractice scenario.  The five-minute animation was admitted in its entirety, withstanding fierce opposition from the opposing attorney.  The simulation was shown in opening statements, setting the stage for a $5 million plaintiff recovery verdict."</p><p> <b>--Tom Beatty, Esq.<br/> McNamara, Houston, Dodge, <br/>McClure and Ney, Walnut Creek, CA</b></p>';
  var comment4 = '<p>"I wanted to express our firm&#39;s appreciation for the superior and professional job you did in preparing the computer simulation for this case.  As you predicted, the simulation allowed us to present an accurate and detailed visualization of the condition of the subject property before and after the highway structure&#39;s completion, which substantially facilitated settlement.  Frankly, we almost wished the case had not settled, so that we could have seen the juror&#39;s faces when the simulation was presented in court.  Maybe next time."</p><p> <b>--Dan Muller, Esq. <br/>Meyers, Nave, Riback, Silver &amp; Wilson,<br/>  San Leandro, CA</b></p>';
  var comment5 = '<p>"I wanted to let you know how much I appreciate the great work you an your staff did on the production of the computer simulation for the Chan v. City and County of San Francisco.  I was also pleased with the quality of the testimony you provide during the trial and I am happy to say that we successfully defended the case.  The simulation was most certainly instrumental in obtaining that verdict.  I look forward to working with you on my next case and will contact you as soon as we are ready to start."</p><p> <b>--Blake P. Loebs,<br/> Deputy City Attorney, San Francisco, CA</b></p>';
  var comment6 = '<p>"If a picture is worth a thousand words, PSI Forensic Animations are worth a million."</p><p> <b>--Defense Attorney</b></p>';

  var j,d="",l="",m="",p="",q="",z="",list= new Array()
  list[list.length]=comment1;
  list[list.length]=comment2;
  list[list.length]=comment3;
  list[list.length]=comment4;
  list[list.length]=comment5;
  list[list.length]=comment6;
  j=parseInt(Math.random()*list.length);
  j=(isNaN(j))?0:j;
  //return list[j];
  document.getElementById('clientcomments').innerHTML = list[j];
}
function getCaseStudy(){
	var study1 = '<p><img src="/images/realprops.jpg" alt="Case Study screenshot"/></p><p><b>Results:</b> By communicating your analyses in a logical, graphical format, Your audience Sees the Project As You Do &amp; makes the decisions you need. The following document highlights how it was done in a recent project.</p><p><img src="/images/pdf.gif" alt="(PDF)"/> <a href="/news/comp_sales_vol_2.pdf">Read Study</a></p>';
	var study2 = '<p><img src="/images/construction.jpg" alt="Case Study screenshot"/></p><p>"PSI\'s analyses resulted in a visualization so powerful, and so precise, that I could have obtained a defense verdict with it alone"</p><p><img src="/images/pdf.gif" alt="(PDF)"/> <a href="/news/vol_02_photogrammetry.pdf">View Project</a></p>';
	var study3 = '<p><img src="/images/vehicle.gif" alt="Case Study screenshot"/></p><p><b>Results:</b> The animation was shown at the settlement conference and the opposing attorney withdrew the case. </p><p><img src="/images/pdf.gif" alt="(PDF)"/> <a href="/news/vol_02_photogrammetry.pdf">View Project</a></p>';
	var study4 = '<p><img src="/images/valuation.jpg" alt="Case Study screenshot"/></p><p><b>Results:</b> By communicating your analyses in a logical, graphical format, Your audience Sees the Project As You Do and decides accordingly. The following case study highlights how it was done in a recent auto dealership project for the Business owners.</p><p><img src="/images/pdf.gif" alt="(PDF)"/> <a href="/psi/news/comp_sales_vol_2.pdf">Read Study</a></p>';
	var study5 = '<p><img src="/images/realprops.jpg" alt="Case Study screenshot"/></p><p><b>Results:</b> By communicating your analyses in a logical, graphical format, Your audience Sees the Project As You Do &amp; makes the decisions you need. The following document highlights how it was done in a recent project.</p><p><img src="/images/pdf.gif" alt="(PDF)"/> <a href="/news/comp_sales_vol_2.pdf">Read Study</a></p>';
	var study6 = '<p><img src="/images/ois.jpg" alt="Case Study screenshot"/></p><p><b>Results:</b> The defense attorney, assisted by the expert&#39;s comprehensive reconstruction, and PSI&#39;s computer generated simulation, was able to determine that the physical evidence corroborated the peace officers&#39; version of the incident and conclusively established that the officers&#39; use of deadly force was reasonable. </p><p><img src="/images/pdf.gif" alt="(PDF)"/> <a href="/news/vol_02_photogrammetry.pdf">View Project</a></p>';
	var j,d="",l="",m="",p="",q="",z="",list= new Array()
  	list[list.length]=study1;
  	list[list.length]=study2;
  	list[list.length]=study3;
  	list[list.length]=study4;
  	list[list.length]=study5;
  	list[list.length]=study6;
  	j=parseInt(Math.random()*list.length);
  	j=(isNaN(j))?0:j;
  	//return list[j];
  	document.getElementById('casestudy').innerHTML = list[j];
}
function showDrop(id){
		document.getElementById(id).style.visibility = 'visible';
		document.getElementById(id).style.zIndex = 10000;
	}
	function hideDrop(id){
		document.getElementById(id).style.visibility = 'hidden';
		document.getElementById(id).style.zIndex = -1;
	}
	
function showLayer(id, text){
	if(!text){text = "nav";}
	var limit = 10;
	for(i=0;i<limit;i++){
		if(i != id){
			if(document.getElementById("div_"+text+i) != null){
				 document.getElementById("div_"+text+i).style.display = "none";
			}
		} else{
				if(document.getElementById("div_"+text+i) != null){
					document.getElementById("div_"+text+i).style.display = "block";
				}
		}
	}
	
	document.getElementById(id).style.display = "inline";	
	
	for(i=0;i<limit;i++){
		if(i != id){
			if(document.getElementById(text+i) != null){
				document.getElementById(text+i).className = "";
				//alert(document.getElementById(i).className);
			}
		}
	}
	document.getElementById(text+id).className = "selected";
	//alert(document.getElementById(text+id).className);
}
