var fDesc=new Array(); fDesc[0] = "DVD Copy Express supports for converting between PAL and NTSC standards and saves DVD to VCD/SVCD, MPEG, DivX and AVI. DVD Copy Express intelligently searches for CPU types and picks the most effective algorithm. To convert a specific session of a DVD movie DVD Copy Express provides options by specifying time frame or chapter . Plus are its detailed user tutorials, simple but powerful functions, user-friendly interface, and excellent video and audio quality."; 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 = ''; } }