var fDesc=new Array(); fDesc[0] = "Abyssmedia Audio Converter Plus is a powerful, professional solution designed for converting
the most popular audio formats and Audio CD tracks directly into MP3, WMA, OGG, FLAC or WAV formats. High quality 32-bit converter engine allows you to convert to any sampling rate and can create 24-bit and 32-bit WAV files for DVD Audio mastering. Integration with Windows Explorer enables one-click conversion for any audio file or folder. Input formats: MP3, WMA, WAV, OGG, APE, FLAC, MP4, AAC, MusePack, Speex, VQF, PVF, VOC, IFF, AIFF, AU, SND, WavPack, ADX, TrueAudio, OptimFrog, GSM, CAF, PAF, CDA"; 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 = ''; } }