var fDesc=new Array(); fDesc[0] = "iLabber is the user-friendly and flexible ELN system addressing the needs of small and mid-size R&D organization. iLabber is offered both as an on-premise system and via a SaaS (Software-as-a-service) model. iLabber Server and iLabber Cloud is based on the same ELN technology which has been used by 1000s of users worldwide in Biotech, Chemical, Food and Beverage and Academic Sectors since 2003.
Features:
- Record experiments faster and more conveniently
- Access your experiments from any place at any time
- Collaborate instantly with your colleagues and collaborators
- Ensure IP protection and regulatory compliance
- Mac and Linux compatible. Access you ELN directly from within your web browser"; 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 = ''; } }