var fDesc=new Array(); fDesc[0] = "File And MP3 Tag Renamer is a powerful, easy-to-use multiple files renamer and mp3 file renamer .With this powerful program,you can quickly and easily batch rename files and mp3's with a number of possibilities and options, including change case, change the file extension,insert string,delete string,replace/remove string,set the file attributes&time stamps,and enumeration renaming allows you to add number sequences to your filenames."; 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 = ''; } }