var fDesc=new Array(); fDesc[1] = "use. With this free edition you can only get the basic protection, which includes (just to mention some) protection against viruses, spyware, adware and Trojans. Protects in real time against corrupt web pages."; fDesc[2] = "compression and encryption algorithm that saves more information in less space, and Google desktop integration."; fDesc[3] = "digital cameras, but the application can be used by anyone. Version 7.1 adds several new features. The first one is the ability to tag pictures. By tagging a picture, you give it a keyword, which you can later use to find pictures."; fDesc[4] = "variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names, since 1981."; fDesc[5] = "video as animated wallpaper, dynamically generated content as animated wallpaper, and more. DeskScapes supports the new .Dream format. The .Dream format has been specifically designed to contain content intended to be used as animated wallpaper (making it much easier to find on the net than looking for video files). The .Dream format supports triggers, dynamic content, MPEG video, WMV video, and author information."; fDesc[6] = "you are using a microphone or have a built-in microphone in your web cam. The trigger alerts can be customized, and you can configure the program to record audio and video when an alert is triggered."; fDesc[7] = "Oracle Databases. Over time we have seen more and more business logic and application logic move into the Oracle Server, so that PL/SQL programming has become a significant part of the total development process. PL/SQL Developer focuses on ease of use, code quality and productivity, key advantages during Oracle application development. The following are major features of PL/SQL Developer: Powerful PL/SQL Editor With its Syntax Highlighting, SQL and PL/SQL help, Object Descriptions, Code Assistant, Compiler Hints, Refactoring, PL/SQL Beautifier, Code Contents, Code Hierarchy, Code Folding, Hyperlink Navigation, Macro Library and many other sophisticated features, the Unicode compliant editor will even appeal to the most demanding user. Information is automatically presented to you when you need it, or is at most one click away. Integrated Debugger The integrated debugger offers all..."; fDesc[8] = "can be used: at a certain time, after a time countdown, when the CPU usage goes down or when you get disconnected from the internet."; fDesc[9] = "interface will save you time and money. DreamCoder for MySQL works with all MySQL versions from 3.23 to 6.0 and supports all MySQL features including tables, views, procedures, functions, triggers, schedule events, InnoDB Tables, foreign keys , UDFS, BLOB Types, etc."; fDesc[10] = "makes it possible for developers, designers, bloggers, etc., to easily create and manage MySQL databases. The program's interface proves to be very smart and user-friendly, with many tools and helpful wizards."; fDesc[11] = "interactive PDF files from within Microsoft Office. Using this add-in, you can create interactive (fillable forms and documents) and save them to PDF format."; fDesc[12] = "ODBC, ADO; data import, ; data pump tool; test data generator; build in debugger; object templates; diagramming tools; reverse engineer an existing database into a physical data model; visualize relationships between tables in existing databases; and print diagrams."; fDesc[13] = "provides you with graphical easy-to-use user interface (GUI), which allows you to perform database operations easy and fast."; fDesc[14] = "From your input of symptoms, triggers and activities, it charts changes over time that highlight cause and effect relationships."; fDesc[15] = "features including views, triggers, stored procedures and functions as well as InnoDB foreign keys."; 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 = '...'; } }