var fDesc=new Array(); fDesc[0] = "Trans-Proteomic Pipeline (TPP) is an open source program that includes all the steps of the ISB MS/MS analysis pipeline after the database search. It provides support for the conversion of search engine results to a unified format, conversion of RAW data to open formats and statistical validation of peptide and protein identifications."; 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 = ''; } }