var fDesc=new Array(); fDesc[0] = "he most complete and cutting-edge AVCWare DVD Copy software, helps you to copy DVD movies from source to another disc in 1:1 ratio, backup DVD discs by ripping DVD to ISO files or DVD folders to computer hard dirve, create quality DVD discs from DVD folder or ISO file.

Copy DVD movies in full disc or just copy main movies, only copy the titles you are interested to create personalized DVD movies on your own, compress DVD-9 movies to DVD-5 discs to save space usage, set audio and subtitle in different languages and etc."; 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 = ''; } }