var fDesc=new Array(); fDesc[0] = "PRACTICE 2000, a comprehensive computing system that assists in the management of a Practice. It gives you the best patient billing, Med-claims, appointments, pictures/text scanning and payroll. It has so many features you may not need to use them all. Our software has achieved the four greats that you would want to get from a practice management and prescription writing software for your business: top of the range quality, low cost, excellent support and here-to-stay to serve you."; 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 = ''; } }