var fDesc=new Array(); fDesc[0] = "The CSS-Palm 4.0 could predict out potential palmitoylation sites for ~1,000 proteins (with an average length of ~1000aa) within two minutes. Also, with PHP and JavaScript, the online version was developed. Taken together, it was proposed that the CSS-Palm 4.0 will be a great help for experimentalists. Notably, in the fourth-generation GPS algorithm, the Particle Swarm Optimize (PSO) was integrated to improve the convergence speed and training accuracy."; 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 = ''; } }