var fDesc=new Array(); fDesc[0] = "TV Meta Data Finder is a utility used to once replace Sam Saffrons Scraper because at one point the API for thetvdb has changed. This is a compleate rebuild of the application, everything is faster, and no more hangups. User interface that allows you to choose the directory of where you would like to start the indexing of your TV Shows. Works very well with Sams Video Browser (I am also on the development team for that). You can choose the format to rename the files as it is being indexed"; 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 = ''; } }