var fDesc=new Array();
fDesc[1] = "colleagues. It provides instant messaging, PC-to-PC voice and video chat, files transfers and email notifications. There is also ICQ client integrated in this version (5.3) of the program.";
fDesc[2] = "file, it will download another 70851816 bytes using your Internet connection, upgrading the game to the latest available version. You must help a young couple to choose and decorate their first house.";
fDesc[3] = "eCards when chatting with your friends or sending them e-mails. Crawler Smileys works with ICQ, MSN Messenger, Windows Live Messenger, etc. and with many webmail applications.";
fDesc[4] = "friend or family face and producing surreal effects! These help to disfigure and distort any ordinary image beyond recognition.";
fDesc[5] = "view, based on the famous Marvel Comics adventures hero. The story will resume the environment of the three films, but will have a different enemy.";
fDesc[6] = "place has such a suggestive name that we can expect anything to happen; and indeed some mysterious events have taken place, such as the disappearance of Bill Witowsky.";
fDesc[7] = "ready for amazingly realistic 3-D billiards featuring nine different play modes including Cutthroat, 8 Ball, and 9 Ball. Test your skills with pre-set trick shots or play against the computer or a friend.";
fDesc[8] = "telling you; it is a time-saver. This tool allows you to carry out a simple task: take screenshots of your screen. I know there is a button that reads something like Prt Scr in your keyboard and that it will take a screenshot of your screen and take it to the clipboard.";
fDesc[9] = "clear waters, blue skies and lots of sun will surround you. Then you will see two islands. The inhabitants of both are really into fighting against each other in a battle to destroy the other's palm trees.";
fDesc[10] = "sharing all over the world. eMule Plus improves eMule’s abilities and features, both in work efficiency and graphical user interface. The software is pretty reliable as its functionality is checked for corruptions while downloading, so as to ensure an error free downloaded file.";
fDesc[11] = "thinks! Mysteryville 2 Deluxe again offers plenty of research for her and for you. Her friend Bill has gone missing, and how are the art auction and the new inhabitants involved?";
fDesc[12] = "game you will have to solve puzzles, find clues and of course solve a murder. Your character is an English woman who is on holidays in Sweden.";
fDesc[13] = ", called the “CrashPlan Central” which can be accessed for free during 30 days. The second option is to use a Friend’s computer through Internet.";
fDesc[14] = "doesn’t know your language. Using this program you can make new friends from all over the world and chat with them in your native language. GoogleTranslator for Skype works by translating your messages to your friend’s language and vice versa.";
fDesc[15] = "office. Easy Adder automates the daunting task of adding friends, sending messages, and leaving comments.";
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 = '...';
}
}