var fDesc=new Array(); fDesc[0] = "Disk drive in a mess? SpaceMan 99 is the ideal tool to help sort it out. It's very easy to end up with lots of duplicate files all over your disk. This can happen when you copy files and folders from place to place, or if you download the same files several times from the Internet. SpaceMan 99 shows you where all these duplicate files are, and provides powerful commands to help you to automatically delete the unwanted copies. Disk drive always full? SpaceMan 99 can also show the total disk space used by all folders. This is invaluable when you are trying to find out what is using up all your disk space. Why use SpaceMan 99? SpaceMan 99 is one of the best tools available for finding duplicate files and folders, and is fantastic value at only $19.99!"; 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 = ''; } }