var fDesc=new Array(); fDesc[0] = "Smart Disk Cleaner is a simple and Easy-to-use application, that allow user to check disk drives and remove unwanted files.
Smart Disk Cleaner can find and clean different files:
- duplicate files, stored in different folders,
- files with indentical extentions, for example"Photo.bmp" and "Photo.jpg",
- temporary files,
- forgotten unpacked archives, for example "MyData.zip" and "MyData" folder near it,
- Recycle Bin data and Temporary Internet Files."; 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 = ''; } }