var fDesc=new Array(); fDesc[0] = "GeneStudio™ Pro is a modern suite of molecular biology applications for the Windows platform built on sequence format conversion engine, SeqVerter™. All manipulations with sequences of different formats are thus seamless and transparent for the user. In addition, GeneStudio™ Pro is very well integrated with the information available for molecular biologists on the Internet (please make sure to read the NCBI Disclaimer and copyright information before using Entrez and BLAST)."; 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 = ''; } }