var fDesc=new Array(); fDesc[0] = "SupRip lets you detect text within subtitles as used by HD-DVD and Bluray movies. You can then save the text as a SRT file to be included in reencoded movies. You can either use "Auto-OCR" to automatically scan the whole file and leave any unknown characters alone, or check "Automatically continue" and press "OCR" to get prompted for any unknown characters."; 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 = ''; } }