var fDesc=new Array(); fDesc[0] = "CLIQS 1D Pro allows you to measure the molecular diversity of your samples, combining simple analysis of 1D gel images and a database of results for band pattern matching. You are taken step-by-step through how to detect lanes and bands, store the results in a simple database and compare band-patterns. CLIQS 1D Pro has been developed for strain analysis using techniques such as DGGE, RFLP and PFGE and DNA fingerprinting."; 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 = ''; } }