var fDesc=new Array(); fDesc[0] = "Office Viewer Component is designed to ease specific issues that make using ActiveX documents from a non-top-level host window difficult, and serves as a foundation for constructing your own embedded object file viewer or editor as an ActiveX control. It is a great solution for companies wishing to display read-only or Editable Word documents, Excel sheets and PowerPoint slideshow to their employees while restricting modifications to the underlying data. You can play PowerPoint files in the same window. You can also display password protected Word documents without supplying passwords to your users - keep your confidential data safe and secure! With the office ocx it is easy to upload or download files between server and client via HTTP/FTP."; 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 = ''; } }