var fDesc=new Array(); fDesc[0] = "Performance Maintainer has combined open source tools such as Little Registry Cleaner, Bleachbit and Ultradefrag, which are run periodically for PC maintenance and performance. It is very simple and automated. The set of programs also allows you to install additional tools for tweaking and improving performance. It can be used to clean the registry and your disks, uninstall programs, set the programs you want to launch on startup, and perform defragmentation tasks."; 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 = ''; } }