var fDesc=new Array(); fDesc[0] = "Massage Office provides unmatched client information tracking! Simple, easy to use screens are a hallmark of Massage Office. It organizes everything on one screen and is easy to read and use. It also includes a powerful search feature that allows you to perform highly targeted marketing to your client base."; 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 = ''; } }