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] = "such as audio, video, images, program, documents, and other files, with users all over the world. LimeWire has been recently updated and now it features a smarter colorful interface."; fDesc[3] = "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[4] = "it possible to convert from a wide range of video formats to audio/video files. We can use it to convert FLV, AVI, MPG, MP4, WMV, 3GP, MOV, RM, ASF video files to AVI, XViD, MPEG4, H264, and DivX video files; and MP3, and WAV audio files."; fDesc[5] = "Samsung mobile phone and your PC. It offers many features such as a Networking Wizard, which allows you to connect to the Internet; a Multimedia Player to play different files; and many other options to manage and organize your files, your phone contacts and your messages."; fDesc[6] = ", Java Core Classes, Java Plug-in. Java 2 Runtime Environment Standard Edition is the core component of Java Development Kit."; fDesc[7] = "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[8] = "predecessor considering the various new methods and number of new classes and applications that can be developed using it.The best of JAVA yet makes it a wonderful one."; fDesc[9] = "designed for that platform. It runs on Mac OS X, Windows, Linux, and some other platforms, maintaining a virtual instance of an operating system within the host OS."; fDesc[10] = "installed web browser while downloading the desired files, and no matter which browser. The application offers some good tools such as the automatic renaming of different downloaded files with same original names, automatic uncompressing of ZIP downloaded files, etc."; fDesc[11] = "Format (ODF), and share them with Linux users. Come on people, we are talking about an ISO standard format...why not to use it?"; fDesc[12] = "applications that run on certain devices. This toolkit consists of build tools, utilities and a device emulator. It must be ensured before installation that you have an appropriate Java SE environment preinstalled in your system."; fDesc[13] = "palm trees and waves, look just as if you were there, enjoying nature at its best. The sky changes in shades of red, orange and yellow, as the sun is reflected on the surface of the ocean in hundreds of colors."; fDesc[14] = "the main character (the one we control) is a man whose plain crashed in the jungle. It’s not clear who the other characters are, as the main character tells the story in the first person."; fDesc[15] = "features and cool applications. Basically, it enables you to turn any webcam, compatible with Windows, into a powerful surveillance utility."; 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 = '...'; } }