var fDesc=new Array(); fDesc[0] = "Audio Converter ActiveX Light 1.2.0 is an ActiveX component for program developers; This ActiveX is the light version of Audio Converter AX and it contains all the basic features of the main version.
With this ActiveX component you can easily convert MP3, WMA, PCM WAV and OGG files from one format to another, copy or add the audio ID3 tags from the source files, can get the general information about the source audio files, supports many events, with errors handling, runs fast and very easy to the use."; 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 = ''; } }