var fDesc=new Array();
fDesc[0] = "DVD-Cloner Gold is the best DVD/Blu-ray copy and DVD/Blu-ray burn combo software. It has all the features of DVD-Cloner and Open SmartBurner plus the ability to copy all Blu-ray movies to the hard disk without any third-party plug-in.
Copies all Blu-ray movies to the hard disk without any third party plug-in. Burns data files and video files to DVD/Blu-ray discs. Converts video files to DVD/Blu-ray movie files for playback on a standalone player.
DVD-Cloner Gold contains two products: DVD-Cloner (Blu-ray Pro) and Open SmartBurner
DVD-Cloner (Blu-ray Pro) is a powerful DVD copy/burn/decryption tool with its diverse customized copy modes, no matter full disc copy or main movie copy.
The latest version enables you to copy latest DVD movies with much higher speed. Without any third party DVD decrypter, DVD-Cloner 2017 has unlimited access to all region codes and copy protection systems. It removes all known DVD protections such as CSS, CPPM, APS, UOPs, Sony ARccOS, RipGuard, RPC-I/RPC-II/RCE, Disney's Fake, etc.";
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 = '';
}
}