var fDesc=new Array(); fDesc[1] = "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[2] = "for instance, games, chat applications in webpages, image visualization, among others, that were written with the Java scripting language."; fDesc[3] = "spreadsheet, a presentation program, a database, a vector graphics editor and a tool for creating and editing mathematical formulas. Various languages and platforms."; fDesc[4] = "database that fits in a 2.5MB JAR file. Java DB 10.5.3.0 adds bug fixes plus message localizations to the features introduced in Java DB 10.5.1."; fDesc[5] = "user-to-user conversation. It uses a chat similar to IRC (Internet Relay Chat) . You can configure the channel you are using with many options, send TTS (Text-to-speech) messages or adjust sound effects including surround and playback or record voice streams."; fDesc[6] = "information to understand how much space the files and directories consume on your hard disk drives, and it helps to find obsolete files and folders. JDsikReport requires Java 5 or later. JDiskReport works on Windows 2000/XP/Vista, Solaris, Linux and Mac OS X platforms."; fDesc[7] = "Of All Games\". Scorched 3D adds amongst other new features a 3D island environment and LAN and internet play. Scorched 3D is totally free and is available for both Microsoft Windows and Unix (Linux, FreeBSD, Mac OS X, Solaris etc.) operating systems."; fDesc[8] = "on Java technology. This rich, platform-independent and scalable graphics can be incorporated within Java based applications and applets. It runs on JDK v1.5 and higher and is also supported by other operating environments like; Windows, Linux, Solaris and MacOS X."; fDesc[9] = "allows developers to develop across multiple platforms like Windows, Linux, Mac OS X, Solaris, AIX and HP-UX. Also, ActiveTcl is a complete and easy-to-use tool which provides you with Tk and all essential modules for Tcl programming."; fDesc[10] = "easy, simple and efficient way. This amazing program will become an excellent utility when you have to develop your 3D projects, because it will allow you to create any image from scratch, or modify any model that you already have on your PC."; fDesc[11] = "operating systems in conjunction. By using this software the user can easily run multiple applications, each one being optimized for a separate operating system, simultaneously thereby reducing dependency of the work on specific hardware and OS configurations."; fDesc[12] = "tougher and obscure portions of the ldap protocol. The developers claim the software is tested and run on a variety of operating systems, such as Windows, Linux, Solaris and OS390, and is supposed to have the capability to operate on any Java supporting operating system."; fDesc[13] = "Linux, BSD, Solaris; (E)SMTP/POP3/IMAP4/Web mail, centralized Web/CLI Admin, Personal Organizer, Groupware & Clustering, FREE technical support."; fDesc[14] = "graphically reverse engineer, create and modify a database through ODBC and perform advanced SQL functions. For a single price you get all the supported platforms, Linux (32 and 64 bit), Solaris, Windows, HP-UX and Mac OS X. Discover what database professionals have known for years - that enterprise databases are designed with enterprise modeling tools. Why has this been a secret for so many? Why do so many labor with buckets full of error prone, undocumented, SQL? Well it seems no one has been able to pack the features of a quality data modeling tool into a product at an accessible price - not until now. Data Architect is an emerging enterprise tool for designing databases at all levels of an organization using the same concepts found in tools costing thousands of dollars! Major Features: Workspace/Project oriented environment ERD centric data modeling Logical Data Model Physical Data..."; fDesc[15] = "depth of this game, even if it is very easy to learn and play. Multiplayer modes are available (online or not)."; 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 = '...'; } }