var fDesc=new Array(); fDesc[0] = "This application allows you to rip Blu-ray videos (M2TS format) to High-Definition formats. The program can detect your hardware configuration and decide an optimized convert scheme automatically. It supports most popular video formats, such as AVI, MPEG, WMV, DivX, MP4, H.264/AVC, RM, MOV, XviD, 3GP, and FLV."; 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 = ''; } }