var fDesc=new Array(); fDesc[1] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos"; fDesc[2] = "Google Talk that really kind of slowed the progress of the messenger down. Now, thanks to it, you can video chat and voice chat with all your contacts. They still have to download the plugin."; fDesc[3] = "standards), Popular (used by many tools), Tested and Reliable (it has been available for years), easy to use for the final user (windows installer), Multi-platform (Windows NT/2000/XP/2003), commercial support in the website of CACE Technologies."; fDesc[4] = "applications and standards-based Web sites Designing Web pages in conditions equivalent to a real browser, without losing direct access to the code, thanks to the new Vista feature live Dreamweaver CS4."; fDesc[5] = "deliver superior quality on the Web. With this program you can Reduce complexity and ease data integration by using powerful design tools and task panes to quickly incorporate XML data."; fDesc[6] = "File for playing on mobile phone easily and quickly! Watch your own Videos on your 3GP Phone anytime, anywhere. It features excellent video and audio output quality with super fast processing speed. Really comfortable for usage with beautiful user friendly interface."; fDesc[7] = "and options provided by any HTTP server with great performance and absolute control of it. Its administration is very easy however it doesn’t have any GUI; by using commands and scripts you can set it up quickly in almost any platform."; fDesc[8] = "to virtually any media type. Design from scratch or jump-start projects from hundreds of customizable presets and templates — all from within a streamlined interface."; fDesc[9] = "affordable prices, and others not as advanced as the shareware's, but totally free to download and use. Pictomio is a powerful image viewer that has many advanced features, and it's totally free. Every time you watch your photos, it will be a rich experience that you will really enjoy."; fDesc[10] = "manufacturing—purpos e-builtAutoCAD® Mechanical software is AutoCAD® for manufacturing—purpos e-built to accelerate the mechanical design process while preserving the AutoCAD user experience. With comprehensive libraries of standards-based parts and tools for automating common design tasks, it offers significant productivity gains over basic AutoCAD software and saves countless hours of design time. Features Standards-Based Drafting & Part Libraries Produce accurate designs with a comprehensive set of standards-based components. AutoCAD Mechanical supports libraries of more than 700,000 standard parts. Machinery Generators & Calculators AutoCAD Mechanical software accelerates the design process and improves accuracy with a comprehensive collection of automated machinery generators and calculators that enable users to instantly create and analyze a wide variety of common components. Data Management & Reporting..."; fDesc[11] = "popular file formats can be converted to DVD and played on any DVD player. This utility provides settings needed for DVD creation such as choice of NTSC or PAL standards, resolution of the video, aspect ratio of the video."; fDesc[12] = "LMS systems. This courseware and application framework conforms to standards of the AICC and ADL SCORM. You can import content from MS-PowerPoint and integrate it with other multimedia content"; fDesc[13] = "unrecoverable. Secure Eraser offers five security levels that can overwrite your data up to 35 times and make sure that it becomes unrecoverable and inaccessible."; fDesc[14] = "able to plan the lighting you will use in a room, scene or building. The program will be able to calculate and visualize the daylight, as well as letting you plan your lighting scenes, plan the color and intensity of the lights you will use or position on the project the emergency lighting."; fDesc[15] = "the need of installing any other additional application. It is usually in documents with the odt file extension, but also supports files with the swx extension."; 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 = '...'; } }