var fDesc=new Array();
fDesc[1] = "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[2] = "to use and even non-expert users can use it without any trouble. ASIO4ALL is compatible with most of the Windows operating systems.";
fDesc[3] = "will be able to select among cats, dogs, birds, tropical fish and hamsters. But there are not only animals in this expansion: it also brings new objects as houses for dog, cages for parrots, pictures and more.";
fDesc[4] = "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[5] = "find a sense of familiarity with the new features. The game puts you in the shoes of a skilled parkour runner in a struggle against evil. It has excellent graphics and gameplay. It is really a new concept every gamer should try.";
fDesc[6] = "interface is really easy to use and intuitive, offering many customizable toolbars, sound effects, and useful hotkeys. It includes all standard text formatting features including spell check and auto-correction.";
fDesc[7] = "with their friends. You can also have your seems wearing the latest teen fashions including track suits, designer jeans, and yoga outfits. In addition, The Sims 2 Teen Style Stuff is the first stuff pack to feature a The Sims contest winner!";
fDesc[8] = "development effort. All code is released under the terms of the GNU GPL license. The Xvid video codec implements MPEG-4 Simple Profile and Advanced Simple Profile standards. It permits compressing and decompressing digital video in order to reduce the required bandwidth of video data for transmission over computer networks or efficient storage on CDs or DVDs. Due to its unrivalled quality Xvid has gained great popularity and is used in many other GPLed applications, like e.g. Transcode, MEncoder, MPlayer, Xine and many more.";
fDesc[9] = "storyline much attractive. You start being a nameless, faceless new racer who is trying to gain popularity in the city of Rockport. Graphically, the game looks great. Regarding sound, the game has amazing engine noises that change depending on which car you are in.";
fDesc[10] = "combination of real and arcade elements that make the game fun and entertaining. The game still has a lot of players and it is still going strong, 11 years after its first release.";
fDesc[11] = "takes on the features that made its predecessor a great game. The visuals are stunning for a 2005 game. The lightning effects are probably the best. The game is all about stealth.";
fDesc[12] = "generation console, and thus, to millions of willing players. The popularity that this game achieved was unprecedented. The reasons for that are simple.";
fDesc[13] = "and to save them on your desktop. It is very smart program with great design and a range of skins. It doesn’t have a lot of features, but it is very stable and doesn’t need a lot of system resources. Also it is very easy to use.";
fDesc[14] = "has been around for quite a while, and its popularity has been increasing ever since. It deals with a common problem of the multi-tasker: doing as much as he/she can from a single location.";
fDesc[15] = "leaps and bounds. True freeware.";
fDesc[16] = "generous bonuses, a loyalty comps point program.";
fDesc[17] = "under the direction of Sid Meier at Firaxis Games studies and Firefly Studios. This game is about building cities along the history of Rome and bringing them to their splendour.";
fDesc[18] = "pages. You can use Good Keywords to find suitable keywords sets, create your customized meta tags, brainstorm product ideas, etc. The program has six different modules, each with its own utility.";
fDesc[19] = "tools you will ever need to manage your web site and reach the top of the search engines!";
fDesc[20] = "EA SPORTS games have gotten, but is nonetheless a fun game and a must-have for Rugby fans everywhere. For those who don't know, Rugby is a game very similar to Football, except that passes are only thrown backwards and the sport is more fluid than football.";
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 = '...';
}
}