var fDesc=new Array(); fDesc[0] = "Sequencher is a DNA sequence assembly and analysis utility. The app has integrated the comprehensive Cufflinks suite for in-depth transcript analysis and differential gene expression of your RNA-Seq data. Sequencher can easily generate unique visualizations of your RNA-Seq data with custom plots and charts giving you publication-ready graphics in seconds."; 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 = ''; } }