var fDesc=new Array(); fDesc[0] = "myFiles will Rename, Rename and Copy, Move and Rename or Delete files. Copy and Rename the copies only. Set Attribute of files. And will do it on multiple files at once.

myFiles does not Rename files using any meta data, such as ID3, EXIF etc.

myFiles is a stand alone program. Does not need installation if system meets the requirements.
myFiles can be setup to run from a floppy or USB Flash drive with a easy setup process.
myFiles does not run from within System Folder or from CD/DVD Rom."; 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 = ''; } }