var fDesc=new Array(); fDesc[0] = "FileMurder is a tool to scramble and delete files so that they can never be restored again. It is an ideal tool to delete sensitive data. No disk or recovery tool can restore a file murdered by FileMurder.

You can select the files to delete using several methods:
- Open the program by clicking on the program icon in the start menu and drag & drop a file in the window. The program shows the file properties.
- Drag & Drop a file on the FileMurder icon on the desktop. The program opens and shows the properties.
- Use the folder icon in the right top of the program to find a file to delete.
-Use the explorer context menu: this context menu appears if you do a right click on a file in the explorer or the desktop. Activate the checkbox 'Explorer extension' to add a context menu button called 'FileMurder'. If you have selected a file and use the context menu you can easily select FileMurder and the program starts up, shows the properties and offers to delete the file to kill. Deactivating the button removes the context menu entry.

In any case if you click on the button 'Delete file' the file will be murdered so that no one can make it alive again."; 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 = ''; } }