var fDesc=new Array(); fDesc[0] = "Lab Manager is a complete yet simple to use billing and scheduling package for dental laboratories. It provides a suite of products working together to make running your lab a breeze. This program will save you time by handling repetitive tasks quickly, reducing billing errors, and automating the statementing process. Also, it provides additional plug-in modules for larger labs with more features such as advanced scheduling and work tickets, technician production and time clock, touch monitor technologies, and much more."; 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 = ''; } }