var fDesc=new Array(); fDesc[0] = "PowerPoint Viewer ActiveX Control acts as an ActiveX document container for hosting PowerPoint documents in a custom form or Web page. The OCX is lightweight and flexible, and gives developers new possibilities for using Office in a custom solution. Support PowerPoint 97, PowerPoint 2000, PowerPoint XP, or PowerPoint 2003. Feature: 1. An easy-to-use PowerPoint Viewer ActiveX Control builds PowerPoint applications rapidly.2. Easily create online PowerPoint viewer applications with the OCX. 3. Offer some custom properties to set border, Color, Font, print, hide/show toolbar, hide/show caption, etc.4. It can be easily integrated into applications written in languages that support ActiveX control such as Visual C++, Visual Basic, Delphi, C++ Builder and .Net languages."; 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 = ''; } }