var fDesc=new Array();
fDesc[1] = "tools as in Microsoft Office, Writer, Cal, Draw, etc but in a freeware version. It is easy to use and install and you can also open extensions such as .doc, .xl, etc.";
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] = "chatting, watching trailers, etc. Java Runtime Environment has a Java virtual machine and all the necessary stuff to run these applications.";
fDesc[4] = "viruses, worms, Trojans and others. Keep in mind that there is not a 100% viruses program protection, you have to make your own precautions, like making Backups from your personal information. For security reasons save your information.";
fDesc[5] = "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[6] = "original source code from the already compiler binary CLASS files that is Java Applets. Besides, it is a fully featured Java editor that uses graphic user interface with syntax coloring. But you do not need to have Java Virtual Machine (JVM) or other Java SDK pre-installed.";
fDesc[7] = "pretty easy to play game but it’s also very entertaining because you keep very busy at all times. You need some multitask handling skills in order to succeed in this game. You can try this game for 60 minutes before you buy the licensed version.";
fDesc[8] = "brings a complete solution for virtual classroom activities and education at distance. You can try this application for a period of 30 days. The minimum amount of students’ licenses available to be purchased is ten.";
fDesc[9] = "program will classify the IP automatically. You can select address types from class A, B, C, and D, determine the number of subnet bits to use when creating the subnet mask, check the information of the current IP address scheme, and show the route and super net address range.";
fDesc[10] = "solution for virtual classroom activities and education at distance. You can try this application for a period of 30 days. After the period finishes you can either buy a license or uninstall the application.";
fDesc[11] = "design. The program has many outstanding features that make it top in its class. This is due to the plug-ins that the program provides for audio editing or music production software. With the given tools you can track, mix, master and design sound.";
fDesc[12] = "the produced executable file from the java file can be run safely, without the fear of the code being reverse engineered. It has features for hiding and encrypting the class files, so as to ensure protection. Moreover, it is capable of adding a splash screen and also to add an icon.";
fDesc[13] = "the Golden Age of Cinema. On your journey, you will visit over two dozen exotic locations around the world and record your travels in your Journal. You can try this game for 60 minutes before you buy the licensed version.";
fDesc[14] = "lethal lawyers to destroy the city. The gamer must stop his lawyers and put an end to Max Fees. The gamer has to be careful from the female lawyers, as they love to attack from behind.";
fDesc[15] = "Upon the creation of JAVA code, a compiled binary CLASS file is written on the computer. That file is normally unreadable, but with the help of this application you will be able to read it.";
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 = '...';
}
}