var fDesc=new Array(); fDesc[0] = "MindSoft XP System Utilities is a software suite that helps out your system. It includes a bunch of utilities that do the most varied of check ups to your system. MindSoft XP System utilities is made up of many utilities, such as optimization tools, fix and repair tools, cleaning utilities, file utilities and useful utilities. The optimization tools include 3rd party disk defragmenters and scanners. You can use those to make sure that your hard drive is working right and to speed up your system. You can also check your RAM and speed up your Internet connection. The cleaning utilities allow you to tackle tasks like cleaning your registry or backing it up. A nice, clean registry will make sure that your computer doesn't take as long to boot up. The File utilities allow you to recover erased files and manage large quantities of files, and delete them, split them up, and more. All the utilities are really easy to access, and there are lots of pointers that make it easy to use them. All the tools that I tried worked flawlessly."; 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 = ''; } }