var fDesc=new Array(); fDesc[0] = "MPM Office is perfect for small or solo practices such as Psychology offices, Physical Terapist, Chiropractors, and smaller medical offices with multiple providers working from multiple locations. It allows for multiple PCs and provides a complete suite of integrated tools that contain all the financial, clinical, and operational elements needed to run a successful practice."; 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 = ''; } }