var fDesc=new Array(); fDesc[0] = "In TweakNow Renamer, renaming a file is a matter of applying appropriate rules to a file name. Using rule mechanism, a simple renaming task can be quickly done by simply selecting appropriate rule from the menu. If you need to do a complex renaming operation, multiple rules can be combined together to perform a single file renaming operation. If you're a photographer with thousands of imported photos from camera, you will appreciate how this program can easily turn those IMG* files to a more meaningful name. Just try it, you'll see how this little program can save a lot of your time and effort."; 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 = ''; } }