var fDesc=new Array(); fDesc[0] = "ArrayStar is a powerful software tool for analyzing both global gene expression experiments as well as sequence variation data across a group of samples. Use statistical tools in conjunction with the visualizations to isolate gene sets of interest and identify their biological significance. ArrayStar also offers the optional QSeq application, for RNA-Seq, ChIP-Seq, and miRNA analysis."; 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 = ''; } }