var fDesc=new Array();
fDesc[0] = "Tipard Blu-ray to MKV Ripper, the best and all-in-one Blu Ray to MKV Ripper, can rip Blu-ray to MKV format and remove the AACS/BD /MKB V18/MKB V19/MKB V20/MKB V21 copy protection from BD. Moreover, you can rip general DVD files to MKV. This Blu-ray to MKV Ripper can also serve as a MKV video converter to convert other video format to MKV.
And you can extract audio from video and Blu-ray Disc. Also you can edit your video at will with the powerful editing functions. Plus, with newly adopted NVIDIA® CUDA™ technology and multi-core CPUs supporting technology, the converting speed is 6X faster now.
Main features:
- Convert Blu-ray and DVD to MKV
- Convert video and HD video to MKV
- Automatically decrypt protected Blu-ray discs
- Put playlist together with BD movie
- Trim, crop, merge, and watermark your video";
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 = '';
}
}