var fDesc=new Array(); fDesc[0] = "Permanently delete left-over Windows Temporary Files
Empty all files, in all User Profiles, with extensions .bak, .~, .tmp
Easily specify custom, multiple file-types to search and destroy
Empty Temporary Internet Files and the Recycle Bin
Ability to choose between normal Windows File Deletion or use the Wipe Files feature which first fills each file with hex #00 and then deletes them!"; 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 = ''; } }