var fDesc=new Array(); fDesc[0] = "ProSa is a powerful tool in protein structure research. ProSa supports and guides your studies aimed at the determination of a protein's native fold. It is helpful for experimental structure determinations and modeling studies. The program also provides graphs which pinpoint problematic sections in a particular structure. ProSa comes with updated knowledge-based potentials, an enhanced PDB parser, a command line history, and with a set of new commands that support in silico mutagenesis. Researchers throughout the world use ProSa as a valuable tool for protein modeling and experimental structure determination"; 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 = ''; } }