var fDesc=new Array(); fDesc[0] = "Sublight is very popular and easy to use application for automatic searching and downloading subtitles for your movies and TV series. It is suitable for total beginners as well as advanced users.

Sublight automates multiple boring and time-consuming tasks into single double-click action and saves your precious time. Is downloaded subtitle not good enough for you? No problem, just double-click next one in list!"; 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 = ''; } }