var fDesc=new Array(); fDesc[0] = "Lasergene's GenVision is a genomic visualization application that is designed to support easy generation of publication quality graphics and maps. GenVision is known for producing high quality images of annotated genomes, but it can also be customized to accentuate specific areas of interest, such as comparing gene functionality, illustrating gene expression levels, and visualizing the coverage in an assembled contig"; 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 = ''; } }