var fDesc=new Array(); fDesc[0] = "The most powerful automated system developed exclusively for Clinical Laboratory after a long research and effort by experienced group of IT Professionals. Ongoing research with local content helps you to achieve a competitive IT advantage. The software is developed so as to reduce the workload, to handle the complexities of registration, billing, results and report making. Its simple interface helps anyone to master the system easily. The system is well supported with our onsite service professionals."; 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 = ''; } }