var fDesc=new Array(); fDesc[0] = "The Berkeley Open Infrastructure for Network Computing (BOINC) is an open source middleware system for volunteer- and grid-computing. The intent of BOINC is to make it possible for researchers to tap into the enormous processing power of personal computers around the world. You can install this program to help them use the processing power of your computer to cure diseases, study global warming, discover pulsars, and do many other types of scientific research."; 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 = ''; } }