var fDesc=new Array(); fDesc[0] = "SNP & Variation Suite (SVS) was created specifically to empower biologists and other researchers to easily perform complex analyses and visualizations, eliminating the need to rely exclusively on bioinformatics experts or cobble together difficult to use, incompatible freeware. SVS is an integrated collection of user-friendly, yet powerful analytic tools for managing, analyzing, and visualizing multifaceted genomic and phenotypic data. With SVS you can focus on your research instead of learning to be a programmer or waiting in line for bioinformaticians."; 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 = ''; } }