var fDesc=new Array(); fDesc[0] = "dnaTools Xplorer is a tool for viewing and analyzing DNA sequencing results. With support for all common sequencing formats, Xplorer has made it easier than ever to quickly view your data. Supported formats include: ABI, FSA, SCF, FASTA and sequence files. View, search, print and edit your sequences with a few clicks of the mouse. Scan for mutations, analyze FSA peaks, and perform multi-sequence SNP discovery. With Xplorer, analysis is easy and accurate. Xplorer can convert between many popular file formats in a single click. Export multiple data formats at once, join sequences into a FASTA database, and much more!"; 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 = ''; } }