var fDesc=new Array(); fDesc[0] = "Shining Blu-ray Ripper lets you copy Blu-ray discs into various audio/video formats such as MPG, MKV, MOV, and 3GP. It supports all kinds of Blu-ray disc/folder/ISO image files. This program also has the ability to convert 3D video formats. Its support for NVIDIA CUDA and Intel Quick Sync improves the conversion speed."; 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 = ''; } }