var fDesc=new Array(); fDesc[0] = "SEQMOL is a PDB structure analysis suite.

SEQMOL can be used to align multiple protein and DNA sequences, compute evolutionary attributes of multiple sequence alignments (such as sequence conservation, hydrophobicity conservation, conformational flexibility conservation, physical covariation, protein-protein interface, protein-RNA interface and protein-DNA interface propensity, and conservations) and to map these features onto PDB files."; 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 = ''; } }