var fDesc=new Array(); fDesc[0] = "When your computer is idle, the application will direct your computer’s spare processor power to fuel life-changing research.
The application will activate only when your PC's performance is not being fully utilized. When your computer usage demands more processor power, the Progress Thru Processors application defers and sits idle until spare processing capabilities become available again.
Progress Thru Processors may not work within some corporate IT environments. Please check with your companies' IT department prior to installing Progress Thru Processors on a work computer.
Progress Thru Processors was developed in collaboration with the BOINC project."; 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 = ''; } }