var fDesc=new Array(); fDesc[0] = "ZOOM Lite is a next generation sequencing data mapping and visualization software. Users input reference genomes and Illumina short reads files or AB SOLiD color space reads files in various formats, such as *.fasta, *.fastq, *_seq.txt, *.csfasta etc. The output generated is the mapping results of these short reads on the reference sequence. ZOOM Lite has a fast and accurate mapping kernel based on a newly designed multiple spaced seeds theory."; 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 = ''; } }