var fDesc=new Array(); fDesc[0] = "OGG to MP3 ActiveX 1.0 is an OCX control for software developers that can convert OGG files to MP3, or MP3 to OGG files, with the popular PCM WAV format supported. The control supports MP3 bitrate, VBR and Quality, and OGG quality or bitrate, WAV bitrate, sample rate, channels. Also, OGG to MP3 ActiveX 1.0 supports many events, can easily copy or set the ID3 tags to the destination file, with error handling, runs fast, and easy to the use. Including Visual Basic and NET samples with source code."; 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 = ''; } }