var fDesc=new Array(); fDesc[0] = "Subseek is a program that enables you to download english subtitles for your movies. The subtitle downloaded for your movie or TV serial will be automatically saved by your movie's name. The application integrates on the right click menu, so you simply have to select your movie and select download subtitle."; 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 = ''; } }