var fDesc=new Array();
fDesc[0] = "Extra DVD to DVD Clone is a flexible and easy to use DVD movie copy software. Its intuitive design make it to be a one click DVD backup solution program.
Extra DVD to DVD Clone support copy most DVD-5/DVD-9 type SONY ARccOS and css protected DVD movies to DVD-9(Dual Layer), DVD-5, hard disk with no qulaity loss, remains the original picture perfect, and keep video-audio synchronization. It's Worldwide most popular DVD movie copy software. Now support Windows Vista.";
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 = '';
}
}