var fDesc=new Array(); fDesc[0] = "SaralDent is a fully integrated, comprehensive dental software solution for dental clinics which includes patient charting, dental billing software and dental imaging software .It ensures the health of your dental practice, allowing you to focus on providing quality patient care. The software is flexible and designed to grow with you as your dental practice expands.
Sarals is uniquely placed in the dental software segment with offerings for the three primary software requirements in the industry – dental clinic management software, dental patient education software and dental laboratory management software solutions. The dental software solutions bring to you a similar set of features which are available in products many times its price."; 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 = ''; } }