var fDesc=new Array(); fDesc[0] = "eLab is a comprehensive, cost effective solution for laboratory information management. It is a modern work list orientated, protocol driven, customizable off-the-shelf (COTS) Laboratory Information Management System (LIMS) designed to improve sample throughput and reduce IT costs in a single industry compliant solution. eLab empowers your staff to take control of the management of tasks, users, workflows and protocols as well as maintaining sample storage and much more."; 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 = ''; } }