var fDesc=new Array(); fDesc[0] = "Aurora DVD Copy is a high quality and extremely fast DVD backup and shrink tool. It shrink all DVD and full backup them to your hard disk or burn them to DVDR disc without any quality or feature lost. Aurora DVD Copy based on the extremely fast DVD Engine and will handle all DVD contents like Menus, Movie, Audio, Subtitles and Languages. Also It will peer off CSS from commercial DVD automatically so that you can make your own DVD copies no matter what copy protection is used on the original. The built-in DVD burner supports all type of DVDR disc (+R, +RW,"; 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 = ''; } }