var fDesc=new Array(); fDesc[0] = "Delete FXP Files is an application that provides you with a GUI you can use to easily delete stubborn directories and filenames. Many times, these kinds of files/directories are the direct result of getting "tagged", which can happen if your system is exposed to the Internet. This usually results in various folders and/or files being created that contain reserved identifiers which confuse Windows Explorer, making it difficult to delete them.

The Delete FXP Files application correctly handles situations like these, allowing you to easily remove those directories and files.

Delete FXP Files requires Windows NT4.0/2000/XP or higher. IE 5.0 or greater should be installed as well."; 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 = ''; } }