var fDesc=new Array(); fDesc[0] = "Copy DVDs with a DVD burner. Back up your DVD movies to DVD-R. The DVD copied by Real Clone DVD is the same as the original DVD: menus, trailers, features, and video and audio quality. It's easy to use with no complicated settings--just three clicks and you'll get a DVD backup in two hours. It supports most DVD burners, including DVD-R/RW, DVD+R/RW, and DVD-RAM. It can shut down automatically after the DVD copy is created. Multilanguage interface is also supported."; 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 = ''; } }