var fDesc=new Array();
fDesc[1] = "following the orders of a mysterious agency. The game includes more than 20 missions in all, which you'll play in a linear order, one after the other.The graphics of this game are great enough and particularly the sound has been improved so as to make it really enjoyable.";
fDesc[2] = "selling good and searching for fortune and fame. The key of the game is to buy low priced goods and then sell them high to accumulate money. You also can get money by collecting villainous pirates bounties.";
fDesc[3] = "environment.";
fDesc[4] = "or going out. Every time a data packet is transfered the Firewall detects it and alert the user to block or allow that traffic, for intruders detections. The user can allow specific applications to \"trade\" with networks and they will never be blocked.";
fDesc[5] = "trade exotic island goods, amassing wealth and power. Earn enough gold to upgrade your ship and engage in land and sea battles.";
fDesc[6] = "task is to have fun and collect as many tickets, as you possibly can. Once you have a certain amount of tickets, you can trade them for prices. There is no time limit and you can re-play each game as many times as you want.";
fDesc[7] = "large financial institution. You will be performing businesses through them. In order to get comfortable with the program before trading for real money, Ava FX grants you a free demo with a $100,000 practice account.";
fDesc[8] = "Market\", that is the place where banks and other institutions facilitate the buying and selling of foreign currencies. The interface will show you the values of the different currencies. Your goal is to buy and sell those currencies, trying to obtain some benefit from your transactions.";
fDesc[9] = "their intriguing adventures as they trade exotic goods and engage in real-time battles, all while building the most powerful trading caravan the world has ever seen. Embark on challenging quests and hire fiercely loyal warriors for protection.";
fDesc[10] = "eye on the stock movements in the market. Easy to use tool, designed for traders and stock analysts is the Advanced Analyzer 4.2. The Advanced Analyzer 4.2 helps you to analyze the trends and movements of the stocks by providing comparative charts and graphical trends of the variations.";
fDesc[11] = "(NSE). It uses a powerful, fully researched asset allocation algorithm, which will minimize the risk on your investments. It will tell you when to buy, sell and hold your investments, so you can efficiently manage your portfolio and make profit. All completely free!";
fDesc[12] = "with business-strength eTrust™ EZ Firewall";
fDesc[13] = "game of swashbuckling sea combat and trade. You can play a pirate or a merchant, and stake your claim in the Caribbean. Fight pirates and trade goods in 20 different port cities";
fDesc[15] = "E-Trade PriceList Importer is a convenient and effective tool that can handle pricelists suppliers in the automatic mode, to detect changes in the prices of goods, the identification of a new product, expansion of commodity offers to potential buyers. Formation of a single consolidated price-list. Processing Leap is possible to import pre-defined rules for filtering products. An enhanced version of the program allows you to work with great speed and analyze the volume prices. Program processing price lists. Analyzer price sheets. Comparison of price sheets. The program allows to handle price lists with a complex structure, with multiple number of sheets in the book of MS Excel. Proimportirovannye products may compare with the goods from the current accounting system (with goods from the internet shop). The program shows the difference in price between your products and those that were...";
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 = '...';
}
}