var fDesc=new Array(); fDesc[0] = "With ExtraRenamer, you can rename multiple files such as your MP3 music, video files, pictures and photographs taken from digital camera. You can rename files using flexible file renaming options. You can add numeric counter, additional text, file date to the new file name. You can remove unwanted characters, numbers and special symbols from the file name."; 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 = ''; } }