var fDesc=new Array(); fDesc[0] = "imElfin Blu-ray Ripper is a program that allows you to convert all Blu-Ray discs to MKV, AVI and MP4. You can trim and crop video size, merge several videos into one file or split one video into several files. You can also add a subtitle file with its settings adjusted optionally to have the output movie with subtitles you want."; 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 = ''; } }