var fDesc=new Array(); fDesc[0] = "CleanCollapse is a relatively user-friendly Windows program that accepts an alignment of sequences, and optionally can remove rare sporadic polymorphisms that may represent analytical artifacts, and also reduce redundancy by "collapsing" identical sequences into a single sequence. The program provides a record of these manipulation, and some rudimentary analysis (e.g. proportion of synonymous and nonsynonymous sporadic changes) that may assist interpretation."; 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 = ''; } }