var fDesc=new Array(); fDesc[1] = "viewer supports most SVG elements, as well as CSS properties and DOM elements. Additionally, the ActiveX control has been signed so you don't have problems with the ActiveX security warning introduced with Windows XP Security Pack 2."; fDesc[2] = "installed in our computer or Pocket PC. Students, for example, can save their AutoCAD projects done at the university or college and view them at home in their PC later, without AutoCAD or Internet connection. We can edit, measure, calibrate, zoom, view layers, block attributes."; fDesc[3] = "provides commands binding of Visual Basic with different events and elements manage on the page. So, you will be able to pay more attention to the development process itself.This tool allows you quick add ActiveX controls (and the VBScript or JavaScript needed to manipulate them) to your HTML pages."; fDesc[4] = "hands to the development community. You can add this quickly installable utility to be added to VB, .NEt of C++ IDE's to manage your application's registry details. Eltima's Manage Registry ActiveX Control can be stated as most powerful tool to ..."; fDesc[5] = "means of various color models and convert them into HTML-based hexadecimal representation. This incredible program is based on Absolute Color Picker ActiveX Control and in a a great compact color designer."; fDesc[6] = "for the Web users, can be added or deployed within different Windows based applications created with Visual Basic or any other programing environment. The ActiveX controls can be used along with Microsoft Internet Explorer 4.x or later."; fDesc[7] = "acquisition process, use ADF, clean up images, save acquired images to disk or SQL server, upload images onto server."; fDesc[8] = "emulation. Created virtual serial port looks like real serial port for other Windows applications. Compatible with VB, VC++, C++ Builder and Delphi."; fDesc[9] = "code readers, PBX etc. Serial Port introduces properties for serial port setting, methods to write/read from port, events for monitoring port."; fDesc[10] = "probably have an idea how complicate the Video-for-Windows API calls can be... This control was developed we had to fight the API for quite a while... As a result, now you can add real-time video capabilities to your application in less than half an hour with virtually no coding. @ctiVideo will seemlessly incorporate in any ActiveX hosting environment, such as 32-bit Visual Basic, Visual Studio, Delphi 3.0, even MS Office applications... It will provide easy to use interface for showing the video on-screen, user interaction, video format control, single frame video capture and full-motion video recording. And all this through easy to use set of properties and methods, completely isolated from the API level. @ctiVideo supports any Video-for-Windows (VfW) compatible video device. If you can can see the video-capture device listed in the Multimedia section of the system control panel..."; fDesc[12] = "component. Data-bindable and compatible with Visual Studio, Access, Borland Delphi, or any development environment that supports ActiveX."; fDesc[13] = "Microsoft Word, Microsoft Excel, Microsoft PowerPoint, Microsoft Project, and Microsoft Visio documents) in a custom form or Web page."; fDesc[14] = "XP style menus, as well as the new Office 2003 style menus in just minutes."; fDesc[15] = ", OGG, APE and CDA tracks. This control can also handle with Audio CDs, and much more..."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }