var fDesc=new Array(); fDesc[0] = "A tool to download the trailers from the HD-Trailers.net Blog. Schedule this to run once a night and it will download all the new trailers. The app uses .NET 4 (c#) and is quite simple to setup & use. The latest version is a ClickOnce application. The configuration file is located in User\'username'\AppData\Local\HD-Trailers.NET Downloader. For Version 1.3"; 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 = ''; } }