var fDesc=new Array(); fDesc[0] = "ClearProg is a free surftracking cleaner.

Features:
the program deletes the surftracks of the browser:
-supported browsers: Internet Explorer, Netscape, Mozilla, FireFox and Opera
- cookies (with exclusion possibility)
- history
- temporary internet files (cache)
- the registered URLs
- autocompleting entries in webforms
- download lists of the Netscape/Opera

further the among other things following things can be deleted:
- recycle
- document files in the starting menu
- windows temp files
- execute entries in the startmenu
- file lists of ms Office programs
- file lists of the Windows Media Player and the RealPlayer
- own files with filter (can be selected)
- plugIn-function for independent inserting of erasing processes"; 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 = ''; } }