var fDesc=new Array(); fDesc[0] = "With the File Renamer Plus you can rename standard windows files and asian file names, fast and easy. So you will save time for this boring details This program extreamly easy to install and to be used.
Also, the application lets the user to 'filter' for narrowing the names search to a determined file type or file name. After the search is complete, all the elements matching the 'filtering' rules are shown to work on them."; 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 = ''; } }