var fDesc=new Array(); fDesc[0] = "The CLIQS software provides a complete software package to meet your image analysis requirements. The software consists of the 1D, Array, Colony Counter, and Toolbox modules integrated into one package, with each module started from the CLIQS Control Centre. This software analyses 1D gels, dot and slot blots, microtitre plates, other basic arrays, and colony images captured by the scanner. The Toolbox module analyses an image using area and profile based tools."; 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 = ''; } }