var fDesc=new Array(); fDesc[0] = "Acker DVD Audio Ripper is a software DVD movie soundtrack ripper which can rip DVD audio to MP3, MP2, M4A, WAV, AAC, AC3 and OGG formats. Unlike other software which requires at least two or three steps to convert DVD Audio to MP3, Acker DVD Audio Ripper and DVD movie soundtrack ripper works in 1 step and is 400% faster with complete sound effects. With easy operation and fast speed, the DVD Audio Ripper and DVD movie soundtrack ripper software will make the task of ripping and converting DVD audio to MP3/M4A/AAC/AC3/WAV/MP2/ OGG a breeze!"; 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 = ''; } }