var fDesc=new Array();
fDesc[0] = "Magic DVD Copier is a very easy and powerful DVD copy software tool, which can copy any DVD movie to computer hard drive without any loss of quality, burn DVD to blank DVD or compress a DVD9 movie to fit on a 4.7 GB DVD. You need only insert a DVD and a blank DVD then press "Start", everything will happen automatically and complete within 20-60 minutes. Then you can enjoy the new DVD on any PC or Home DVD Player.
Magic DVD Copier can copy DVD disc/movie to hard drive and burn DVD to a blank DVD without other decrypting tool or burning program.";
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 = '';
}
}