var fDesc=new Array(); fDesc[0] = "ImTOO DVD Audio Ripper can extract audio from DVD video discs. The resulting stream can be saved as MP3, WMA, WAV, AAC, AC3, OGG, RA, and other formats. This program allows you to choose your favorite audio track and subtitle for the output files. You also get a built-in resizable player to preview videos and take snapshots."; 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 = ''; } }