var fDesc=new Array();
fDesc[1] = "that is set in a teamplay, you can choose to be a terrorist or a counter-terrorist. Warning: this great game is very addictive! You’ll download it in a few minutes and you’ll be playing it in less!";
fDesc[2] = "and buttons in just a few minutes. It uses a large number of dialogs to customize your work. Interface is highly customizable. It has excellent features like photo enhancement, fix perspective distortion and digital retouching techniques. GIMP is not a design suite but is free.";
fDesc[3] = "convert audio files from many different file formats into mp3, wav or wma files such as wav to mp3, mp3 to wav, wma to mp3 and much more.";
fDesc[4] = "structure? Install Handy Folders and get instant access to whatever you need. Here you can get to a location through different, yet equally short ways.";
fDesc[5] = "really suffice for quick CD rips. The application consists of a single window. There, when the application detects an AudioCD, you will be able to input the CD information (artist, album, genre, year).";
fDesc[6] = "has been designed to solve malfunctions in your PC - those that may cause constant reboots, crashes, or slow down your system. The main menu of the program will offer three tabs: Scan, Diagnose and Repair.";
fDesc[7] = "video encoding is required for files of specific targets, this software is used. This software comes with very bright features. It is found to be highly compatible with all the codec versions of DivX and XviD. It supports WMA, WAV, AC3 and variable and constant bit rate of MP3 files.";
fDesc[8] = "The application is very nice and intuitive, but it is not so easy-to-use and requires some previous knowledge. It is very customizable and offers multiple options, for instance, you can change the output device, period, channels, right and left channels, frequency, amplitude, etc.";
fDesc[9] = "supernatural events and the constant pursuit of unnatural evil creatures. Larva Mortus is an upper view shooter in which we must fight all kind of evil creatures and monsters.";
fDesc[10] = "bored with the constant view of fire in various schemes you can variegate the screensaver with your favorite pictures which will become the background of the screensaver.";
fDesc[11] = "usually used for heating systems and air conditioning. Ductsize can use any of the following three methods to calculate duct sizes: static regain, equal friction, and constant velocity. Ductize fully integrates with CHVAC and RHVAC, other applications from Elite Software.";
fDesc[12] = "mouse or the keyboard arrows, you control a ball which is in constant movement, Vort, guiding it through the playing field with the goal of collecting all the coins, while sorting out several types of obstacles.";
fDesc[13] = "clear and user-friendly interface. Both real and complex numbers are supported. And, best of all, it is completely free!";
fDesc[14] = "intervals of time.";
fDesc[15] = "operations including +, -, .*, *, determinant, inverse and rank etc. However, you can also use this calculator to implement matrix decomposition (LU or QR).";
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 = '...';
}
}