var fDesc=new Array(); fDesc[0] = "Bored to search for junk files over your system? Do you want to clean temporary files with few click? iSysCleaner is what you need. It search in all your drives for temporary and unused files and cleans them to free space on your hard disks. It quickly searches for:

* temporary projects files (*.~pas, *.~dmf, *.~cpp, *.rsm, etc..)
* help temp File
* backup files (bak, old etc..)
* lost cluster files
* cookies files
* internet explorer cache files
* recent files
* recycle bin files
* other browsers cache files (v0.7)

and others files. It is simple to use. It scans hard drives and it cleans them for you. The interface is easy to use and it provides support for english, italian and spanish languages. More languages will be available."; 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 = ''; } }