var fDesc=new Array(); fDesc[0] = "Camtech developers have created number of tiny free and paid software to server the global community of computer users. It includes many software products highly useful for novice users, extreme users as well as for developers. RenameEm is one such tool by Camtech. RenameEm can rename files in many ways, it can be from the extension or user can also select number of files to be renamed.
RenameEm allows users to select files directly from their computer directories. With simple and easy to understand user interface RenameEm has gained lot of popularity in almost no time. RenameEm also shows the total selected files and total files under the directory selected. User can also preview the renaming files. One can also give the file names by counter and increment of counter can also be set. This numbers can be added as suffix or prefix to the new name assigned. Thought the help files are not that extensive, it is not that difficult to understand this tool. RenameEm does not have any special features like creating play list etc from MP3 files in comparison with other similar tools available in the market."; 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 = ''; } }