var fDesc=new Array();
fDesc[1] = "file formats as well as DVDs, VCDs, and other streaming protocols. It includes a large number of common encoding and decoding codecs like 3GP, AVI, FLV, etc.";
fDesc[2] = "broken files. It can also capture snapshots, video or audio from the file. You can nearly make all the possible changes in a file. So give it a try and you won’t be disappointed.";
fDesc[3] = ", 7-Zip… The jZip – developed by Discordia Ltd. – is one more option to take into account and deserves our attention due to its effectiveness, ease of use and freeware license. This tool is based on the well known 7-zip archiving technology developed by Igor Pavlov.";
fDesc[4] = "diverse information about the hardware and software installed on your system. As expected from a free version, this version is limited for personal use, which mean that can´t be used for commercial reports and doesn´t have any kind of tech support.";
fDesc[5] = "Player 6.4, integrating options and features found in modern media players. Media Player Classic is Licensed under the terms of the GNU General Public License, and is free.";
fDesc[6] = "fourth episode in the SimCity series and originally was released on 2003. It has a single expansion pack known as Rush Hour which adds additional features to the game. But the Deluxe Edition contains the original game and Rush Hour combined as a single product.";
fDesc[7] = "option among the great number of chess games available, and besides it has a freeware license. Try out this challenging strategy game, against another player or vs the computer!";
fDesc[8] = "VirtualDub is a video capture/processing utility for 32-bit Windows platforms (95/98/ME/NT4/2000/XP) , licensed under the GNU General Public License (GPL). It lacks the editing power of a general-purpose editor such as Adobe Premiere, but is streamlined for fast linear operations over video. It has batch-processing capabilities for processing large numbers of files and can be extended with third-party video filters. VirtualDub is mainly geared toward processing AVI files, although it can read (not write) MPEG-1 and also handle sets of BMP images.";
fDesc[9] = "and get amazing images thanks to tone mapping and many other parameters available to change. This version of Photomatix 3 is a full featured trial version that will get a watermark in the photographs you make until you purchase its license.";
fDesc[10] = "save all your product keys to a text file for printing or copy the serial number to your windows clipboard.";
fDesc[11] = ", with a user.friendly interface and top quality graphics and animations. 123 Solitaire has a freeware license, however there are some basic actions that are restricted.";
fDesc[12] = "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[13] = "(Word, Excel, Internet Explorer and more). The CC PDF Converter allows you to easily embed a creative commons license in your PDF file.";
fDesc[14] = "create their own multimedia productions including professional producers who require an authoring program that features a Commercial License that enables them to sell the work they produce in the program such as DVDs, CDs, graphics an photographic images.";
fDesc[15] = "of commonly encountered engineering problems. Engineers have to work over and over again with a wide range of formulas, constants and algorithms, so it’s very convenient for them a library that provides quick access to all those important information and tools.";
fDesc[16] = "and sound files from all types of Digital Media such as Memory Sticks, SmartMedia, CompactFlash I & II, Micro Drives, SD/XD Cards, Multimedia Chips, Floppy Disks, among others.";
fDesc[17] = "under certain conditions. You can schedule the program to allow Internet access at specified time and days of the week.";
fDesc[18] = "best miner by collecting falling gemstones, making jewels and selling them to rich customers. Finish levels by filling the safe with coins, but watch out for nasty rocks falling down.";
fDesc[19] = "on strong asymetric (public keys) cryptography.";
fDesc[20] = "computer, to rectify it according to your licenses.";
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 = '...';
}
}