var fDesc=new Array(); fDesc[0] = "Sears is a Subtitle Editor And Re-Synchronizer. Use this tool whenever your subtitle file does not match the movie file you have or when you want to re-write some subtitle. Also, Sears can delay your subtitle, re synchronize your file to fix a linear bad synchronization, split and append subtitle files and fix your subtitle issues, such as accents problems."; 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 = ''; } }