var fDesc=new Array(); fDesc[0] = "SubsHub is an application specially designed to download English subtitles. The software is written in C# and can download subtitles for both movies and sitcoms. You can download subtitles in multiple languages of movies and sitcoms using this application. It can be used to download subtitles of multiple video files in a single instance."; 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 = ''; } }