var fDesc=new Array(); fDesc[0] = "Audio Converter ActiveX is an ActiveX (OCX) component for software developers. This ActiveX can convert many types of audio files, such as MP3, WMA, PCM WAV, ACM WAV, OGG, and APE from one format to another. This component supports many other features, such as: MP3 bitrate, VBR and Quality, WMA codec and format, WAV bitrate, sample and channels, OGG quality and bitrate, and APE compression level.

This component can also decode AIF, VOX, SND and CDA tracks (from an Audio CD) to MP3, WMA, PCM WAV, ACM WAV, OGG, and APE."; 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 = ''; } }