var fDesc=new Array();
fDesc[1] = "installed and run in English or German. You can choose to install support for AAC/M4A format to play non-drm iTunes files (Internet connection required).";
fDesc[2] = "save all your product keys to a text file for printing or copy the serial number to your windows clipboard.";
fDesc[3] = "usual XP menu, adding some features. You will see the user“s name on the top of the menu, the day, location, weather conditions (temperature, humidity, winds). On the right you will see the calendar of the current month, with the current day highlighted in white.";
fDesc[4] = "Internet. Its interface is web-based, very colorful and understandable. You can see the event list (program operation) and the Internet activity, apply time restrictions, use URL wildcards, grant full access for a few minutes, and a lot more.";
fDesc[5] = "At startup, we can select several options, such as full screen, video mode, music volume, sound volume, voices. In this game, we but click on the colored blocks as quickly as possible and make them disappear, before the laser ray of the green frog hits the blocks.";
fDesc[6] = "and post-paid sessions, timers, pricing, point-of-sale, a terminal protection, print charging, reports, traffic calculation, etc.";
fDesc[7] = "up-to-date catalog without duplicate disks. This software will provide information for each track, file path, track list, title, album, length, size, format, and bitrate. We are allowed to edit our MP3 files, add tags, create play list, and much more.";
fDesc[8] = "working with CB Model Pro is like if you would be sculpting those objects in a soft material mass. With traditional image editing programs, create those types of objects is sometimes really difficult and takes a lot of time, but with this application, create 3D stunning pictures is a piece of cake.";
fDesc[9] = "capabilities. The game play is quite simple. All we need to do is select the arithmetic operation we want to practice (addition, subtraction, multiplication, division) from the Problem Type menu. We can also select a vehicle, and then start doing the exercise proposed by the program.";
fDesc[10] = "piracy. A simple COM API lets you validate license keys from within your application.";
fDesc[11] = "short-circuited your security. It will only takes a few minutes, or less if you have a fast machine. This program will also remove adware infections for free, but you will have to pay for a key to remove malware.";
fDesc[12] = "simple and secure encrypted license keys.";
fDesc[13] = "convert your flash projects into standalone applications for distributing them? Then SWF Maestro EXE PRO is what you are looking for. This great application will help you to compile your flash projects into an exe file which can be executed in any PC with Windows OS running.";
fDesc[14] = "that, PELock allows easy creation of application of evaluation-demo type, which use license key system.";
fDesc[15] = "Elliptic Curves Asymmetric Cryptography. With our library you can create or verify secure product keys in just 3 lines of code!";
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 = '...';
}
}