var fDesc=new Array(); fDesc[0] = "MediaScout is a metadata fetcher for TV Shows and Movies, to be used with XBMC and MediaBrowser.
The program features: supports downloading of all images for slideshow (backdrops, posters etc), downloads actors info and images corresponding to XBMC or MediaBrowser metadata, moves orphaned files metadata while renaming or moving, prompts for Title Selection for movies with multiple titles and much more."; 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 = ''; } }