var fDesc=new Array(); fDesc[0] = "Find the best subtitles for your Movies and TV Shows direct from your browser and get the latest news and cool applications developed by theyr team.

The Toolbar allows for a fast and easy way to find perfect subtitles for your movies and TV Series. Just click on the Load Video button of the Subtitles Toolbar and select your video file in the input file dialog box."; 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 = ''; } }