var fDesc=new Array();
fDesc[1] = "a lot, and easily. In this case, the game has little to nothing to do with the Tom Clancy world. You are given hints that you are indeed in the timeline portrayed in several other TC games, but that is it.";
fDesc[2] = "(using an integrated or external fingerprint reader). The application is compatible with Windows XP and Windows Vista, supports domain security integration and have a friendly user interface.";
fDesc[3] = "licensed it to Media Contacts LLC, that offers it as freeware in its site. Orb Games sells this game in its own site. The goal of the game is to light up stars, that are around machines called Anchors. You´ll have to orbit around the anchors to pass over the stars.";
fDesc[4] = "directly to victory and profit! Football Manager 2008 comes right from Footbal Manager 2007, and in this new version, many other features are incorporated, and they are so many, that It might take a lifte time to discover 'em all!";
fDesc[5] = "like that. You need to keep tables stocked. When customers don’t buy what they’ve tried on in the dressing room, you have to pick it up and put it back in the tables. The customers who find what they want will go to the cash register to pay.";
fDesc[6] = "day and the season of the year. The designs of the bus and the lorry can be customised as required. With integral MP3 player.";
fDesc[7] = ", SMS-Marketing and management reports. Now with a full AJAX admin tool.";
fDesc[8] = "helps you find what sells and how to sell it, including the best ending day, best listing duration, starting price, title keywords and so much more.";
fDesc[9] = "confidential data. It comes with military-grade encryption options, requires remembering only one password and is free to try!";
fDesc[10] = "by Fireglow, who sells it in it´s page for 9.99. However, it´s not possible to download the game from its site. In turn, Media Contacts LLC, mentioned in the game as the distributor, offers the game for free in its web page.";
fDesc[11] = "market, to make his living. All the people in the town, buy the eggs from the market at reasonable cost and are very happy and satisfied. This week the chickens have been taken over by a new kid in town. Big Boss Bird. He wants to sell all the eggs for a huge profit in the city. This will ruin Farmer Eggbert and all the people in the town, will go hungry. Can you help Farmer Eggbert to collect his eggs?. There are lifts to help you collect the eggs. Extra lives (you will need them) Enemies include: Chickens, Big Boss Bird, Fire, Dissolving Platforms and much more.Includes Install and Uninstall";
fDesc[12] = "in-studio or online. The software has a built in address book, invoicing, and proofing capabilities. With its attractive method of displaying pictures along with its easy to use rating system your sales are going to be easier and faster. The online proofing is customizable and very user friendly.";
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 = '...';
}
}