var fDesc=new Array(); fDesc[0] = "MP3 Player ActiveX is an OCX control for software developers to play MP3 audio files and many other audio formats directly from an application.

The control can be run from VB6, VB.NET, C , ACCESS and any environment that support the ActiveX technique.

The control supports many events, runs fast and very easy to the use. The installation program of MP3 Player ActiveX contains a free trial version of the control, VB6 and VB.NET samples and a CHM help file."; 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 = ''; } }