var fDesc=new Array(); fDesc[0] = "Extension Copy is a powerful tool designed to help you copy, delete, cut or crush the files with specific name, size and modification time. This tool supports filename masks, so it allows you to manage the file names and types in which you're interested. With extension copy, you can copy or cut interested files, or delete them in one action. There are 3 deleting-modes, move to trash, delete and crush. If you have confidential documents bank documents, records of casino winnings, etc. and want these documents to be erased forever, you can select crush operation to delete these files. Not like windows copy and paste, extension copy only copy interested files and save your time and disk space ."; 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 = ''; } }