caseStudyItems = new Array();
caseStudyItems[1] = "<img src='images/home_case_study_ambulatory.jpg'><h1>CASE STUDY</h1><p>The Hunt Center, located in Danvers, Massachusetts, north of Boston, is an ambulatory care center that delivers a wide range of patient services.</p><p><a href='case_studies_ambulatory.html'>Read more</a></p>";
caseStudyItems[2] = "<img src='images/home_case_study_acute.jpg'><h1>CASE STUDY</h1><p>The Presbyterian Hospital of Rockwall, Texas, is the first hospital ever for this fast-growing, lakeshore community.</p><p><a href='case_studies_acute.html'>Read more</a></p>";

caseStudyNo = Math.floor((Math.random()*2)) + 1;

testimonialItems = new Array();
testimonialItems[1] = "<p>&quot;Working with HELP Equipment Planning was a tremendous asset to the development of our facility.&quot;</p><p><cite>Stephanie Martin, COO/Administrator, Harris Methodist Southlake Center for Diagnostics and Surgery</cite></p>";
testimonialItems[2] = "<p>&quot;I would not invest the time required to develop an ambulatory surgery center without HELP being involved.&quot;</p><p><cite>Robert Williams, Past President of FASA and ASC Developer</cite></p>";
testimonialItems[3] = "<p>&quot;You act as the owner's advocate, recommending the equipment that is best for their operation and at the same time you work within the constraints of their budget.&quot;</p><p><cite>Craig Puccetti, Senior Associate, The Lawrence Group</cite></p>";
testimonialItems[4] = "<p>&quot;I can truthfully say that, in my 21 years in the business, I have never dealt with a more forthright, attentive and honorable group of people.&quot;</p><p><cite>Bob Trevathan, Physicians Surgery Centers</cite></p>";
testimonialItems[5] = "<p>&quot;HELP always looks out for the customer's best interest and strives to give the best service and greatest value possible.&quot;</p><p><cite>Dr. Jane Thilo, President - Encompass Health, LLC.</cite></p>";

testimonialNo = Math.floor((Math.random()*5)) + 1;


function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function showDiv(divName) { 
     if (document.getElementById(divName).style.visibility == 'visible') {
        document.getElementById(divName).style.visibility = 'hidden';
     } else {
        document.getElementById(divName).style.visibility = 'visible';
     }

}