var fDesc=new Array(); fDesc[0] = "Copy any DVD to a regular DVD recordable (DVD R(W)(DL)) with just 1 click within 30 mins. by keeping all of the original DVD features like menus, different audio streams and subtitles. (Copies a DVD to a DVD-recordable (4.38GB), using compression. Movie-only and Full-disc compression supported). Dvd95Copy creates real DVD copies and does not copy to vcd/svcd like all the other dvd copying programs. It includes free future updates on this product without further fees. (A boxed version is not available at this time)."; 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 = ''; } }