var fDesc=new Array(); fDesc[0] = "The staff is professional and friendly, and this extends to everyone from the desk staff to the therapists themselves (and their great assistants). If you've had an injury and had to do PT, you know that it's 1) not a lot of fun and 2) really, really important. This is my second time in PT -- I'm a natural-born faller, I suppose -- and Axiom is the best I've seen."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }