var fDesc=new Array(); fDesc[0] = "File Renamer Pro 2.0 is a program that helps you to rename multiple files and folders at once. The program offer many advanced features. One of the major features which is not found in many similar competitive applications is the ability to bulk rename many MP3 files according to their title, artist name, year or album. You can bulk rename your files with numbers according to the increment and formatter that you supply. Files to be renamed can have a certain prefix or suffix added to it furthermore, you can replace a string inside the new file names or totally remove a string from them. You can choose the file names to be all in uppercase, lowercase, capitalized first letter or to be kept as is. You can have a list of original file names before renaming. More over, you can load a string before and/or after the original file name in that list. A very useful feature is that before attempting to actually bulk rename any files you have the option to virtually preview your changes. Choosing files to be renamed is very easy through a "Windows Explorer" like design of the application which can be easily learned. The interface enables selecting all or some of the files using checkboxes. The program also supports adding multiple files and folders through a simple drag and drop process."; 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 = ''; } }