var fDesc=new Array(); fDesc[0] = "TxDent is an Expert System originally designed to accept clinical observations on oral health and to provide expert advice for treating the clinical problems encountered.
The system produces a detailed list of treatment and costs associated with treatment. The unit cost of treatment can be changed to customize the system for different clinics."; 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 = ''; } }