var fDesc=new Array();
fDesc[1] = "in the world of lineage. It is a classic MMORPG with a lot of elements very straight forward. Although it may be hard for casual gamers, committed gamers will enjoy this good time.";
fDesc[4] = "both with the computer and a human partner, analyse chess positions, and solve chess problems.";
fDesc[5] = "completely different from other similar games. In addition to the outstanding graphics and sounds, the game is pretty easy to control and play. The game includes 6 levels with a particular theme each, and you can play alone or with a partner, which is a plus";
fDesc[6] = "Express 8.0 is the ideal partner for your data protection. BounceBack Express can be set by you to start backing up data automatically at the time that you prefer and do so in the background if you are still busy working at that time.";
fDesc[7] = "role of a Russian elite soldier , called Smersh, who is an agent of a department of counter-espionage for the Soviet Union. You work alone in your jobs, you don“t like to work with a partner.";
fDesc[8] = "into your desktop organizers, typically Microsoft Outlook and Microsoft Outlook Express, among others. The programs allows anyone to stay organized, provided they use any Infotriever-enabled partner.";
fDesc[9] = "other words, if you download SkypeCap and install it, it will become a gateway between Skype and the Internet, and, thus, will be able to capture all the traffic that goes through it.";
fDesc[10] = "business through the whole kingdom. While you get more profits, be sure to buy more equipment so you will be able to offer new products to your customers.";
fDesc[11] = "a toolbar and a long list of all fonts that are installed in your system. Each row presents one font. So it is very easy to compare them and to choose the most suitable for your needs, like writing a letter to you business partner or a greeting card for your friend.";
fDesc[12] = "can use it for picking players of games or situations that require a random partner. The program can also re-order your list in a haphazard way.";
fDesc[13] = "computer or against somebody. The game is in three languages : English, Spanish and French.";
fDesc[14] = "fonts quickly and easily. In its main window at the top left corner there is a small sample text box in which you can type your sample text to view how your sample text will look with the selected font.";
fDesc[15] = "mate. Bride.Ru Informer will let you enter the characteristics of a person you would like to find - and will search for that person on the corresponding site. The program has many advanced searching options, for example: by zodiac sign, country and spoken language.";
fDesc[16] = "clear and simple, while at the same time giving you a large number of options for computer chess.";
fDesc[17] = "in a fun way. Not only will you gain better understanding of yourself and others by analyzing the results, but you will also learn about psychology. The results are accurate and up to three different users can be tested at the same time.";
fDesc[18] = "challenging game. Brush up on your game or practice for a tournament. Designed for beginning and advanced players.";
fDesc[19] = "provides all the standard information about your chat partner plus a whole lot more.";
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 = '...';
}
}