var fDesc=new Array(); fDesc[0] = "The free Sequence Scanner Software enables you to view, edit, print and export sequence data generated using the Applied Biosystems Genetic Analyzers. The software generates graphically expressive reports on results.
Review all traces in thumbnail format and sort them by trace quality.
View simultaneously the analyzed and raw trace data for a single trace.
Spot sample failures readily with reports such as the Plate Report.
Export traces into commonly used presentation formats (.jpeg, pdf).
Sequence Scanner Software provides an instant toggle feature allowing you to quickly switch between the Details and the Thumbnails view."; 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 = ''; } }