var fDesc=new Array(); fDesc[0] = "Biochem Lab Solutions does not use centralized server, does not require training and elaborate setting up, and is completely ready after installation. The built-in auto reporting module can digitally sign (lock) the content of the projects periodically. This ensures absolute record integrity and ability to prove that a particular record existed at a specific point in time and has not been altered afterward. The program can be set to report to the project supervisor or to the principal investigator each time a project snapshot and a digital signature are created on a researcher's computer."; 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 = ''; } }