var fDesc=new Array(); fDesc[0] = "Smart Data Scrubber is a powerful data eraser tool which permanently wipes and removes all deleted confidential files and folders from your hard drive and USB storage media in order to protect your computer privacy. This incredible program completely wipes files and unused disk space using various disk erasing algorithms ensuring total unrecoverable elimination of files and folders. What is more, the program features a simple and intuitive user interface which does not require any technical knowledge to be operated and makes this task a breeze. In addition to this, the program safeguards your computer safety by deleting documents created with the most recently used applications including word documents, Power point slides, Excel records, Word Pad and access data bases. It also includes advanced features which allows you to remove system files including administrator temporary file, clipboard content, recent network folder, System registry traces and windows event log. It supports Windows NT/2000/XP/2003."; 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 = ''; } }