var fDesc=new Array(); fDesc[0] = "ALLSubtitlesSearcher is a program for downloading matching subtitles in all languages.
Just click the right mouse button on a movie file and choose from the menu ALLSubtitlesSearcher. The rest happens automatically - the program will download and save the latest subtitles to the same directory where a movie is located.
You can set the subtitles language in the program menu, however, subtitles in the user's local language are downloaded by default."; 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 = ''; } }