var fDesc=new Array(); fDesc[0] = "With Dream Audio Converter, your music can now be played at any format in any multimedia player.
Extract music from video files like AVI, MPEG, MP4, or WMV.
Load as many audio files as you want and convert them simultaneously to save time.
Convert popular and common audio formats such as M4A, WMA, WAV, FLAC, OGG, APE, MP2, VQF and AAC into MP3. The Audio Converter also rips audio from videos like MP4 and converts 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 = ''; } }