var fDesc=new Array(); fDesc[0] = "Matrix Gemini LIMS is a configurable LIMS solution that requires no coding to create a system that matches your specific requirements. It's easy to use configuration tools allowing you to define screen and menu designs, customer specific tables/modules, multiple screens for the same function (e.g. different log-in screens for different product classes such as raw materials, and finished products), multiple sample numbering systems 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 = ''; } }