var fDesc=new Array();
fDesc[1] = "bar the words or phrases that you’re looking for; also allows to select the engine search. Another feature improved is the Opera Mail. It supports the currently web standards, like CSS 2.1, XHTML 1.1, HTML 4.01, WML 2.0, ECMAScript, etc.";
fDesc[2] = "mail servers. Is the ultimate antiviruses and antispyware used for home and enterprises. Gives the user the protection needed to keep their valued data safe.";
fDesc[3] = "advantage of full health, ammunition and time and can also see through walls and hidden spots. User can also hack into the computer of the different gamers.";
fDesc[4] = "greatest selection of games and limits: Texas Hold'em, Omaha, 7 Card Stud. Now over 17 million players. Download PartyPoker now!";
fDesc[5] = "predecessor that makes it a much better game. With 160 levels to play in nice environments, Lost World should be a good choice for arcade gamers.";
fDesc[6] = "guiding the Magic Ball with Incredible Ink. Two distinct game modes, Escape and Break All, are packed with gorgeous art and detailed level design. Its fun times two!";
fDesc[7] = "ICQ-servers and has a bright design, games, avatars, visit cards, many decorations and so on. ICQ Lite allows users to send or receive messages as well as communicate in the chat mode using web-cameras, play on-line games and transfer different files.";
fDesc[8] = ", using backgrounds, animated graphics, music and sound effects. You can use the Lite Edition for free, if you want more complex functions, you will need to upgrade to the Pro Version. You can even sell the games you produce.";
fDesc[9] = "choice suitable for all ages what makes it ideal for the whole family. Ultimate Dominoes presents five classic domino game variations, from easy to hard, thought to suit beginners and experienced players as well, so you can set the options to suit your skill level.";
fDesc[10] = "games nowadays. This game may be old but it has lost none of its entertaining value that catapulted DMA Design (now Rockstar Games) into the successful developing company it is now. Give it a try, you will enjoy it.";
fDesc[11] = "Maya to get the success she has ever wanted in the fashion industry. It will be a tough road but it will be very funny and entertaining. You will be able to design clothe and travel around several cities of the United States of America.";
fDesc[12] = "of games without having any knowledge on programming or 3D modeling. You will be able to design every aspect of your game, by using some built-in libraries, or using your own components.";
fDesc[13] = "Your job is to design or change the decoration of a room or entire house, guiding yourself with the description of each character's personality and needs. You will have to decorate 52 different houses and 200 unique rooms, in 7 neighborhoods, which will give you many hours of fun.";
fDesc[14] = "easy, simple and efficient way. This amazing program will become an excellent utility when you have to develop your 3D projects, because it will allow you to create any image from scratch, or modify any model that you already have on your PC.";
fDesc[15] = "recover that part of your childhood, playing with this great collection of board games. They have been put together under the name of Bicycle Board Games. All the games included here are great board entertainment games classic";
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 = '...';
}
}