var fDesc=new Array();
fDesc[1] = "HP device. It is now available for online downloading. It is primarily aimed at printing, it supports JPG, JPEG, BMP, PNG y GIF images. It allows us to import our photos from a memory card, printer, camera, PC, CD, scanner, etc.";
fDesc[2] = "place where users have to play a list of songs, such as a shop, a private party or a club. Through the Raduga's simple interface, you can build a list of themes to play just by dragging any kind of audio file from any drive and folder and dropping it into the list.";
fDesc[3] = "huge of common words, phrases and strange words with their meanings. Most importantly for the users, there is an animated agent to speak all such words.";
fDesc[4] = "computer while doing other work. It is pretty easy to use and helps you in improving your spoken Spanish and building your vocabulary. It provides you with a Reader Angel, a Dictionary, a vocabulary learning tool and a conversation learning tool.";
fDesc[5] = "There is an MS Agent which with an animated character guides users by pronouncing and speaking various German words along with their meanings in English.";
fDesc[6] = "things, basic \"tags\" for bitmaps, vehicles, weapons, bipeds, and other necessary elements of a Halo map. The kit comes with three programs designed to assist mappers. The first program is Tool. Tool is both the backbone and the pain of CE. Although it is capable of everything from bitmap creation to the final map-building, its old-style command prompt methods have driven at least a few mappers insane. The second program, known as Guerilla and labeled with a gorilla (pun intended), opens tags and edits them. Tags are files that make up everything in a Halo map: weapons, vehicles, etc. Guerilla can edit them so that mappers can alter what a specific item, what it does and how it looks (such as change a vehicle's color). Guerilla tends to crash wehn it encounters corrupted tags. The third program is Sapien, continues the primate naming scheme. Sapien opens scenario tags and creates a...";
fDesc[7] = ", save as an image, solve on your computer, or upload to web pages and solve the puzzles online.";
fDesc[8] = "modem cables are not required. You can connect any number of virtual port pairs. It's very useful for debugging.";
fDesc[9] = "the meta information of a pdf file;etc.The last version added converting PDF file to a single tiff file;ect.";
fDesc[10] = "these group(s) will follow in the makeup of your passwords";
fDesc[11] = "files and folders management";
fDesc[13] = "generation, version management and order fulfillment. A great timesaver for all software developers!";
fDesc[15] = "Guarantee.In the Exam Preparation Kit, you would find 200 Unique Questions spread across 5 mock exams.";
fDesc[16] = "number of PCs, keep only authorized and useful software, perform software audits to check for license compliance, etc.";
fDesc[17] = "5 full length simulated Mock Exams and Interactive Quiz (over 1140 questions) on the real exam pattern.";
fDesc[18] = "water and for direct electric system. It has a working principle relating to change in temperature. The temperature of the rooms is different during morning, afternoon and night. The kit can lower the temperature and save energy up to 30%.";
fDesc[19] = "database formats. Simple visual interface lets you set own transformation and flow control rules.";
fDesc[20] = "kit contains 3 full length simulated Mock Exams and Interactive Quiz (over 200 questions) on the real exam pattern.";
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 = '...';
}
}