var fDesc=new Array();
fDesc[0] = "Working as a prominent Blu-ray converter and ripper software with H.265 Encoder, TDMore Blu-ray Converter converts Blu-rays to all kinds of videos for playback on various devices without losing quality.
- Convert Blu-rays to MP4, MKV, WMV, FLV, AVI, M2TS, etc;
- Convert Blu-rays to MP3, WAV, AAC, FLAC, M4A, etc;
- Convert Blu-rays for smart phones, tablets, PDAs, PSP, PS3, etc;
- Convert 2D Blu-rays to 3D MP4, MKV, WMV, M2TS, AVI videos;
- H.265 Encoder to convert Blu-ray to 2D & 3D MP4 H.265 or MKV H.265 Videos.";
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 = '';
}
}