var fDesc=new Array(); fDesc[0] = "SharpF2 software - Batch file renamer. Rename a collection of files using regular expression to extract information from filenames. These information’s can be formatted and reuse to build destination filenames. Hope you will enjoy!
Crash report, the crash report didn't send the information to the SharpF2 servers, this has been corrected."; 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 = ''; } }