var fDesc=new Array(); fDesc[0] = "Wave Player Recorder ActiveX is a small program for developers who need to use the sound card or modem directly. It can play and record audio files through these devices. This is an ActiveX control; an OCX file that is installed in System32 folder. Those who are familiar with Visual Studio could easily include it in their application. We can use this in new .NET programming too because it still supports the OCX control for compatibility."; 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 = ''; } }