var fDesc=new Array(); fDesc[0] = "Whether you take lots of pictures with a digital camera, or just have lots of files to rename, Name Dropper makes the process of renaming files easy to do.
Typical batch file renamers are often difficult or confusing to use, and they don't offer much
value when it comes to renaming very small groups of files or individual files. While Name Dropper can quickly batch-rename hundreds or thousands of files at a time, it
is its unique interface that also makes it quick and easy to rename them one at a time."; 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 = ''; } }