var fDesc=new Array(); fDesc[0] = "Free File Unlocker is an essential utility to delete currently Used, locked, undeletable, busy files. Works with all 32bit and 64bit versions of Windows and Windows Server.

It unlocks files or folders and stops the following error messages from appearing when trying to delete, move and rename files that are in use by other programs.

It can also be used to terminate malware that is difficult to be removed and kill viruses and Trojans.

It is fully integrated with Windows Explorer and a simple right mouse click unlocks the file or folder.

Additional information about the processes locking the file is also shown and the processes or file handle can be killed and deleted.

In case the locked file is a process module (dll etc.) it does unload it and unlocks the file.

In case a delete, rename or move action does not succeed it is scheduled for the next Windows Reboot.

Free File Unlocker can also be executed from the command line and has the ability to provide locked file input lists, copy destination lists, move destination lists and rename lists."; 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 = ''; } }