var fDesc=new Array(); fDesc[0] = "Magic File Renamer Professional Edition is a powerful multiple file renamer and audio files tagger. The software offers an extensive set of 38 advanced filters which you can use to perform almost any renaming task you could think of, and save you many frustrating hours of manual renaming. With Magic File Renamer Professional Edition you can change names, dates and attributes for files and folders instantly. Magic File Renamer Professional Edition also let you change text files contents and tags for many popular audio formats."; 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 = ''; } }