var fDesc=new Array(); fDesc[1] = "compared to Tcl, Perl, Ruby, Scheme or Java. The language itself is a flexible powerhouse that can handle practically any problem domain."; fDesc[2] = "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[3] = "a realistic looking environment with different scenarios. AssaultCube works on 64-bit MS Windows (Windows 2003 Server/XP/Vista), All 32-bit MS Windows (95/98/NT/2000/XP/Vist a/2003 Server) and All POSIX (Linux/BSD/UNIX-like OS’s."; fDesc[4] = "tabbed interface. Search files, strip HTML tags and format text quickly. Use macros and collect text clips automatically on a paste board."; fDesc[5] = "and Xstart. Xmanager is a powerful PC X server. It runs only on Windows Operating Systems. You may use it to control remote systems that run on UNIX and Linux. So, it is a remote desktop application but with a lot of more features."; fDesc[6] = "management of projects. The GUI is friendly and easy to use. The installation process is very easy to perform and it requires Java 5 minimum or Java 6 recommended. OpenProj works on Linux, Unix, Mac or Windows platforms, and it's free."; fDesc[7] = "Transport Tycoon Deluxe or OpenTTD places you as a transport company owner and the target of the game is to be the most successful transportation company. OpenTTD works on Mac OS X, Linux, UNIX, BeOS, OS/2, and Windows platforms."; fDesc[8] = "Windows and most Unix platforms, including through such applications and programming environments such as Microsoft Access, Microsoft Excel, and Borland Delphi."; fDesc[9] = "High configurability powerful scripting and a wealth of features make ZOC a great tool to access Unix shells."; fDesc[10] = ", firewalls, Unix hosts. Includes PIX firewall TCP support and many customizable features."; fDesc[11] = "platform but is also available for Windows. What it does is to handle enormous demands on large databases and high transaction volumes at an excellent cost."; fDesc[12] = ", virtual. Capture from LPT1: to LPT9: and redirect the jobs, even to a printer physically connected to the captured port and w/out physical LPT ports installed"; fDesc[13] = "from from damaged or defective CDROM, CD-R, CD-RW lost due to scratches, bubbles, cracks, etc.and writes it to a different location."; fDesc[14] = "Format ('PDF'), and Adobe PostScript files suitable for printing and on-line viewing. Now supports PDF 'portal' for web sites!"; fDesc[15] = ", offers mouse support, scroll bars instead of hitting space bar or minus key for scrolling up and down, customizable font, background/foreground colors, and a toolbar. Detailed setup instructions come in a text file with the program. The zip file also includes the 32-bit Windows version of the UNIX Pico editor."; fDesc[17] = "library which provides the UNIX system calls and environment these programs expect. With these tools installed, it is possible to write Win32 console or GUI applications that make use of the standard Microsoft Win32 API and/or the Cygwin API. As a result, it is possible to easily port many significant Unix programs without the need for extensive changes to the source code. This includes configuring and building most of the available GNU software (including the packages included with the Cygwin development tools themselves). Even if the development tools are of little to no use to you, you may have interest in the many standard Unix utilities provided with the package. They can be used both from the bash shell (provided) or from the standard Windows command shell."; fDesc[18] = "Explorer like style. Allows to navigate through folders by double-clicking their icons. Allows to copy file or folder to clipboard and then paste it..."; fDesc[19] = "passwords on the various UNIX/Linux hosts. It may be useful for the UNIX/Linux system administrators, programmers and general users."; fDesc[20] = "Routers, Switches, Unix hosts and PC's. Fully featured and customizable. Runs on Windows 95, 98, 2000 & NT. A service ..."; 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 = '...'; } }