var fDesc=new Array(); fDesc[0] = "theRenamer renames your TV or Movie files into a neat and orderly format. Automatically rename and organize your TV shows and Movies. Also moves them to your Media Library!
TV Series Episodes and Movie File Renamer works with IMDb.com, TV.com, theTVDB.com, EPGUIDES.com and MMA (Mixed Martial Arts) from WikiPedia."; 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 = ''; } }