var fDesc=new Array(); fDesc[0] = "R-Updater is a handy solution that helps you keep all of your software up-to-date with as little or as much user intervention as you'd like. R-Updater was created by R-TT as a lightweight alternative to the multiple software update programs that typically bog down a system's resources. R-Updater allows you to keep tabs on the latest major releases, beta versions and updates for all of your programs, regardless of the developer or distributor."; 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 = ''; } }