var fDesc=new Array(); fDesc[0] = "CS SoftDent is a program that offers a full suite of robust dental practice management tools to enhance your practice’s success and productivity. The program enables you to receive instant notifications of patients, you can specify user rights and audit trail to protect sensitive data and control who has access to information."; 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 = ''; } }