var fDesc=new Array(); fDesc[0] = "DVD COPY Plus 5 is the most powerful DVD movie backup software ever. Along with the speed, ease of use and one-click convenience.
The most powerful DVD movie backup software ever created! Every copy made with this software is very much like the original. There are no video or audio compression problems associated with some of the other DVD copy programs. DVD Copy Plus is the first program to copy ANY DVD movie without any loss in quality to your CDs."; 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 = ''; } }