var fDesc=new Array(); fDesc[0] = "For Professional Windows Developers who need to provide video/audio playback function within their business application. Support Divx, AVI, WMV, MPEG-1, ASF,QuickTime 2.0 and earlier, WAV, MP3, MID file playback. Custom Playback rate. normal playback speed, half speed, twice speed, etc. Custom View, Full Screen, Double Size. Fully Control Sound Volume. Snapshot from movie files(DIVX,AVI, WMV, MPEG-1, ASF). Aspect Ratio Control. Playback events. Video/Audio file information(duration, video height,video width) User Define Display area. Compatible with any programming language that supports ActiveX (Access, Visual C++ , Visual Basic , Visual Foxpro, Delphi, .Net, etc.) Royalty free distribution of the OCX 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 = ''; } }