var fDesc=new Array(); fDesc[0] = "Doctor's Desktop is designed to suit the needs of medical practitioners for easy and simple Electronic medical recording and EHR. Doctors Desktop made Patient management system very simple and fast. Doctors Desktop has a built-in Complete Drug Reference provided by NLM Resources and other trusted Indian drug databases and resources for quick reference of treatment online and offline."; 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 = ''; } }