var fDesc=new Array();
fDesc[1] = "many options and applications. You can cut, copy, and paste recordings or parts of them, and also add some effects such as echo, amplification and noise reduction.";
fDesc[2] = "Unlike eMule, DreaMule automatically connects to the network, so you don't have to stop to inspect the list of servers, or configure the servers.met";
fDesc[3] = "WinOptimizer can clean your internet and PC history and clean all the junk files. You can clean your windows registry to get rid of unused registry entries and save your system from registry corruption and errors or you may like to make your private data password protected.";
fDesc[4] = "developers to rapidly create connected applications that deliver the highest quality, rich user experiences. With Visual Studio 2008, organizations will find it easier than ever before to capture and analyze information to help them make effective business decisions.";
fDesc[5] = "cleaning / deleting unnecessary files. It can also be used as a tool to monitor your network usage. Realtime Disk, Network, Memory and CPU usage graphs are available. Not much features in the program. Anyway, rating 3.";
fDesc[6] = "Dell Video Chat, clothed in black, has a beautiful and comfortable interface, very intuitive and not that different from other commonly used software of this kind.";
fDesc[7] = "capability. Yes, its very well know English to Hindi dictionary. You can find the Hindi meaning of any commonly used word of English from its large database of more then 22600 English words with Multiple Hindi meanings.";
fDesc[8] = "time. Don´t forget to keep your customers happy so they will give you bigger tips. Drive all kind of cars from different kind of customers. Enjoy this great game as you work on a parking lot.";
fDesc[9] = "one of the most addicting games ever. It has colorful graphics and suspenseful music and great images. It is user friendly, and the instructions are clear and easy to understand. Madame Fate's life is in danger. It is up to you to help her.";
fDesc[10] = "have knowledge of programming. When we open this new version we can find a new interface with more functions, two toolbars, two panels with new features and one window.";
fDesc[11] = "is deeply dreaming and when she wakes up she remembers she must take care of her brother since their parents have gone to the city until the evening. The first problem she faces is finding out that the door is closed and the lock is broken so she must find the way out and look for her brother.";
fDesc[12] = "the main character (the one we control) is a man whose plain crashed in the jungle. It’s not clear who the other characters are, as the main character tells the story in the first person.";
fDesc[13] = "computers to find and remember where your files and folders are located on your system. There is a little drawback here. The application does not really do this automatically. You have to execute an included application to index your files.";
fDesc[14] = "intelligence with different mysteries and cases to solve. Move around the city and find the way to get all the information needed to solve your case.";
fDesc[15] = "group arrives to investigate a peculiar mystery. Apparently, during World War 2 a super special power generator was created which could satisfy world energy needs by its own. Now, this group of investigators has to find out where its parts are in order to be able to reassemble it.";
fDesc[16] = "called wobblies to build their village, find food, water and another resources. The tutorial is indispensable, you will find that this is a point click game, however, you will have to use your keyboard sometimes.";
fDesc[17] = "The game will provide a list and some hints in case you get stuck. What makes this game a bit different from others of the kind is that not always provides a list of specific items to do, but sometimes give you a category in which the items you have to find could be categorized.";
fDesc[18] = "level of this game will challenge you with different tasks and historical periods. With this game you will learn and challenge your memory and visual ability.";
fDesc[19] = "replace in Microsoft Excel, Microsoft Word and PowerPoint files. Once you have find a text you were looking for, you can replace it with a text you previously wrote on the replace window.";
fDesc[20] = "charming little town find the items they desire. You have to earn enough money to restore and reopen your Uncle Roy's gas station. Featuring two exciting game modes, a unique hint feature, and hours of eye-popping fun.";
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 = '...';
}
}