var fDesc=new Array(); fDesc[0] = "Foxreal Blu-ray Video Converter Ultimate is an integrated product of all programs from Foxreal Studio. It contains all features of Blu-ray Ripper, DVD Ripper and Video Converter, which makes it a powerful app to rip/convert Blu-ray/DVD disc or HD movies to your desired HD or SD media formats, and edit Blu-ray/DVD or any other movie files for your reference. With this program, you can convert Blu-ray and DVD disc movies to H.264 MKV, AVI, MOV, MP4, etc."; 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 = ''; } }