var fDesc=new Array(); fDesc[0] = "BDtoAVCHD lets you create AVCHD discs from Blu-Ray or MKV files. It can convert any source video into a folder structure, which can be burned directly to a DVD5 or DVD9. It automatically compresses the video to achieve the desired overall size of 4.7 GB or 8.5 GB with the highest possible quality. BDtoAVCHD can also convert Blu-Ray to MKV, MKV to AVCHD, Blu-Ray 3D to AVCHD/MKV 3D SBS/TAB, and has the ability to encode MKV's using x265/HEVC codec."; 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 = ''; } }