var fDesc=new Array(); fDesc[0] = "DVD to iTunes converter helps you rip DVD and convert the DVD movies to iTunes video and audio on Windows 8. Rip and Convert DVD to iTunes MP4, M4V, MOV, M4A, MP3, WAV and AIFF. Edit video with the built-in editing tools: trim, crop, adjust effect, add watermark and more. Select the soundtrack and subtitle for the output video. Backup your DVD movies on your computer."; 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 = ''; } }