var fDesc=new Array(); fDesc[0] = "Aimersoft DVD Studio Pack is the most powerful multimedia conversion tool that includes five outstanding multimedia applications: DVD Ripper, Video Converter, DVD Creator, Audio Converter and DVD Copy. It can perfectly help you rip DVD, copy and convert DVD, convert all video and audio files and burn these files to DVD discs.
DVD Ripper can rip DVD without any loss.
Video Converter can convert video and audio files
between various formats.
DVD Creator is the best DVD burner software that can convert movies to DVD.
Audio Converter can convert audio file to your desired audio format, such as convert WMA to MP3, convert AVI to MP3."; 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 = ''; } }