var fDesc=new Array(); fDesc[0] = "pIcarver is a tool to visualize theoretical distributions of peptide pI on a given pH range, and proposes a fractionation scheme that generates fractions with similar peptide frequencies. This tool has been developed as a service of the Bioinformatics Core Facility, within a collaboration between the Proteome Informatics Group from the Swiss Institute of Bioinformatics (SIB) and the Biomedical Proteomics Research Group"; 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 = ''; } }