var fDesc=new Array(); fDesc[0] = "Video Player ActiveX is an OCX control for software developer that will allows you to play video files directly from your program, fast and easy.
The control can be run from VB6, Delphi, C#, .NET, C++, ACCESS and any environment that support the ActiveX technique.

You can play many types of video files, such as: AVI, MPEG, DIVX, VOB, FLV, 3GP, MOV, RM, and much more."; 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 = ''; } }