var fDesc=new Array(); fDesc[0] = "Netripples presents free LIS, free LMIS, free LMS, free advance lab software, free pathalogy software, free general lab software, free histo pathalogy software etc. Netripples WinLab is a comprehensive solution designed to automate the activities of the Laboratory. It is designed with a easy-to-use user interface. System has the capability to administer the total enterprise & efficiently manage information. The system is designed modularly. Integrating modules and adding users allows the flexibility of the user to plan implementation in phases."; 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 = ''; } }