var fDesc=new Array();
fDesc[0] = "3herosoft Movie DVD Cloner is fast movie DVD Cloner software which helps you clone your D9 and D5 movie DVD collection to blank DVD discs (D9 to D9 and D5 to D5) with ease.
It supports DVD 1:1 clone with a DVD burner, you can easily get your DVD cloner which remain 100% same to the original DVD movie Discs. Moreover, it can compress DVD-9 (dual-layer DVD) to one DVD-5 disc.
Movie DVD Cloner also allows you to remove movie DVD menus, select subtitles and audio tracks, or clone main movie separately to create customized DVD.Even 3herosoft Movie DVD Cloner can clone movie DVD with any region code. It is significant for you to personalize and backup your precious DVD movies without fear of damage or loss.";
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 = '';
}
}