var fDesc=new Array(); fDesc[1] = "accompany you anytime, anywhere."; fDesc[2] = "Project Management, Project Templates, Code Completion, Debubber Interface and an Editor with Syntax Highlighting. It also has some wizards. The User Interface is highly customizable. JCreator will allow you to compile or run your Java program."; fDesc[3] = "user interfaces. Working with this software is much easier than with any other similar application. You can automate the work using different keystrokes, mouse movements, and with various control operations."; fDesc[4] = "pages into single executable files, and ultimately into working stand-alone Windows applications, which literally resemble a normal web browser."; fDesc[5] = "general-purpose cryptography library, for data integrity, authenticity, and privacy security features. Perl or Cygwin needed for Win32 compile."; fDesc[6] = "family tree by adding members of your family with data about them. There are a lot of fields to store complete information. Now you will never forget the important date or anniversary, because Legacy will remind you about it."; fDesc[7] = "be included in the package, add the license agreements for the software as well as specify the installation paths, by following the commands at the installation wizard."; fDesc[8] = "is a p2p portal. You can use Instant CD & DVD Burner to burn your music files to CD or DVDs. You can also use it to burn or compile ISO files from your music files or other data files."; fDesc[9] = "executable (*.exe) regarless of the version of windows running or permissions the current user have. The application is great for portable applications and could help fix compatibility issues between applications"; fDesc[10] = "developer to build great rich desktop applications. Watch out, you have to get a compiler and compile it in order to start programming. Read carefully the bundled instructions!"; fDesc[11] = "WINDOWS) and also contains wxWidgets for creating forms and dialog based applications. Moreover,it comes with OpenGL as well, making it a breeze to program 2D/3D applications easy.It comes with a good debugger, so that you may track down where you went wrong. To top it all, it's free!."; fDesc[12] = "and compile them in a single file. It includes all the files from a specific folder with images, flash, audio and video and makes a standalone EXE file, which can be opened from any Windows operating system."; fDesc[13] = "of files, including HTML, WAV, TXT, JPG, CSS, GIF, MID, DHTML, JavaScript, FLASH and many more. You will be able to convert all the mentioned formats into a specific format that can be launched in an e-book like interface. The application's interface is very intuitive and friendly."; fDesc[14] = "process, including integration with version control system, compilers, .Net tools and built in CD/DVD burning."; fDesc[15] = "UNIX / LINUX applications from your Windows machine."; 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 = '...'; } }