var fDesc=new Array(); fDesc[0] = "Temp File Cleanup is a handy program to quickly remove temporary files from your PC. Simple but useful tool to clean up temp files.

Tutorial:
Step 1 : Specify to check what kind of files in certain folders with button 'Setting';
Step 2 : Check files with button 'Check Temp';
Step 3 : Delete files from disk with button 'Delete ALl' or open folder with button 'Open Folder'."; 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 = ''; } }