var fDesc=new Array(); fDesc[0] = "Batch Renamer is the best software tool available in the market that allows its users to rename multiple files at a single go. This software tool has a very easy to understand and user-friendly environment which makes it stand apart from its other competitors of the same category in the software market. The main advantage of using this program tool is that it is a cross-platform compatible product which faces no problem whatsoever on running on different machines with different operating systems.
One of the best and powerful features of Batch Renamer is that it is able to rename several files at once based on search and replace patterns. These search and replace patterns can make use of both constant strings as well as regular expressions. Furthermore, Multi-language support for as many as eight different languages such as Dutch, French, German, Greek, Italian, Norwegian, Polish, Brazilian Portuguese and Spanish increases its compatibility and usability. Moreover, an important and userful feature of this software is that it can also support Numeric sequences that can be used to replace a grouped search pattern."; 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 = ''; } }