var fDesc=new Array(); fDesc[0] = "DVD-Cloner is all-in-one professional DVD copy software with perfect output image quality. With only $59.99, you can get a software combination of DVD copy, DVD to MKV, Blu-ray copy, Blu-ray to MKV, UHD copy and UHD to MKV. It is very valuable and save you a lot. The newest generation DVD-Cloner 2022, with optimized HST function, allows you to copy Blu-ray/UHD movies with only about three hours, which greatly improved the copy speed."; 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 = ''; } }