var fDesc=new Array(); fDesc[0] = "Prostat is specially designed for scientists and engineers, and minimal computer experience is required. Prostat provides a powerful data sheet in which you can enter your data and begin analyzing immediately. You can also easily generate data from a variety of predefined functions. For data analysis, it includes a full range of basic statistical methods and advanced multivariate statistical methods."; 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 = ''; } }