var fDesc=new Array(); fDesc[0] = "SmartBuster is a small utility that combines a lot of great functions. Some of them are some kind of alternatives for standard Windows functions. For example, this application includes its own uninstaller that has some interesting features. You can uninstall several programs at a heat and you won’t find any temporary files after finishing uninstalling. Another tool of SmartBuster is a startup manager. It allows you exploring all processes that are loaded during Windows boot and quick deleting those of them that you don’t need. If you want to delete files without any chance for recovery then use included Smart Shredder. But think twice before removing any file if you don’t want to lose important data. Also you can use SmartBuster for instant shutdown of your computer. It takes only two seconds and can’t be stopped by any dialogs or things like that. The program also includes disk space explorer, junk buster, trace buster, task manager, smart format and duplicate file buster. As you see this utility has great functionality."; 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 = ''; } }