var fDesc=new Array(); fDesc[0] = "Musite is a Java-based standalone application for predicting both general and kinase-specific protein phosphorylation sites. Musite pre-trained prediction models for 6 eukaryotic organisms: Homo sapiens, Mus musculus, Drosophila melanogaster, Caenorhabditis elegans, Saccharomyces cerevisiae, and Arabidopsis thaliana. It is advisable to train your own prediction models from your specific training data, using the customized model training tool in Musite."; 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 = ''; } }