var fDesc=new Array(); fDesc[1] = "to create your own icon for your program. Set an attractive system tray icon. You don't need to dig into native codes to do that. Well, that's Java.Expect much more feature soon."; fDesc[2] = "written in the Java programming language. Once installed you won´t notice it. JRE is free to download, install and deploy, and all the related documentation can be found at http://www.sun.com."; fDesc[3] = "sent to the printer, or saved to disk as a file in 6 different graphics file formats . Gadwin PrintScreen can capture the entire Windows screen, the active window, or a specified area."; fDesc[4] = "for direct download from the developer’s website. When installing, we can associate the following file extensions: TIF, TIFF, DjV, DjVu, PDF, and TXT with STDU Viewer. It provides a free browser and viewer for these files."; fDesc[5] = ", complete and expandable. The concept behind the interface and work methods in Maya are extremely smart, and the program offers extreme control over every aspect of your work. The learning curve is steep though, so you will need to invest time in order to master this 3d beast."; fDesc[6] = "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[7] = "drawings such as flowcharts, network diagrams, presentations, building plans, fashion designs, workflows, program structures, UML, web design, electrical engineering, database diagrams, and more."; fDesc[8] = "and services. It includes how-to and reference documentation, sample code, technical articles, and more. To find the content you need, browse the table of contents or use search. To get the latest MSDN headlines sent to you via e-mail, you can sign up for the MSDN Flash Newsletter."; fDesc[9] = "emulation of many network devices and many devices can be added by setting up different configuration to emulate the desired network device. It supports Multilanguage. GNS3 works on Windows, Linux and MAC OSX platforms."; fDesc[10] = "networks of any size. The LANsurveyor map provides a graphical interface so you can manage your network from anywhere on the network."; fDesc[11] = "existing FrameMaker users who want to author and publish technical documentation in multiple languages. Adobe FrameMaker 8 software combines word processing and XML-based structured authoring with template-based publishing."; fDesc[12] = ", VHDL, PHP, C#, and to some extent D"; fDesc[13] = "environment you already know. Purpose-built architectural design and drafting tools make for efficient, intuitive creation of construction documents. AutoCAD® Architecture software provides AutoCAD-based design and documentation productivity specifically for architects. You now have more tools to automate drafting tasks and create your architectural documentation faster. Designed specifically for architects—Work in the familiar AutoCAD environment, using tools that are purpose-built for architectural design and drafting. Get immediate productivity—Begin using AutoCAD Architecture software with minimal training, creating documentation, drawings, and schedules faster, with fewer errors, and in a software environment you already know. Make a smooth transition to more advanced features at your own pace. Collaborate smoothly—Exchange information easily using the industry-leading..."; fDesc[14] = "the PHP interpreter and the PHP documentation, PHP Coder gives you a time-saving Development Interface. And it is quite small compared to other language's IDEs and loads pretty fast. And the best, it's FREE."; fDesc[15] = "files. It automatically creates MSDN-like documentation, IntelliSense and F1 context sensitive help."; 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 = '...'; } }