var fDesc=new Array(); fDesc[0] = "Find and delete files sorted by date and size with one simple click.

To delete files after certain date, just select the 'is after' rule in the 'Date' area and specify the date. You can select any date you need. For a more selective search you can use the 'date and time' format and specify the file size. When the 'Search' is completed, select the necesssary files from the search results and click 'Delete'."; 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 = ''; } }