var fDesc=new Array(); fDesc[0] = "WAV to MP3 ActiveX is an OCX control for software developers that can convert WAV files to the popular MP3 files, and can convert MP3 to WAV files.
The control supports bitrate, VBR and Quality for the MP3 files, and bitrate, sample and channels, for the WAV files. Also, WAV to MP3 ActiveX supports ID3 tags for the MP3 files, runs fast, with error handling and easy to 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 = ''; } }