var fDesc=new Array();
fDesc[1] = "together. When there are no valid plays, flip a card from the stock and try again. Jewels are dropped onto the board based on how you play the cards. The jewels dropped will match the suits of the cards that are played.";
fDesc[2] = "business cards in a few minutes. The program includes thousand of pre-defined templates, backgrounds, clip-arts and images to help you design beautiful cards in a snap. However, you also can use your own logos and clip-arts to create new cards from scratch that satisfy your needs.";
fDesc[3] = "from the stock market and put them directly in your computer desktop, in the moment that they happen. The live gold quotes will appear on your system's tray. Moreover, this program can display the last 24 hours price variations chart.";
fDesc[4] = "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[5] = "in the big stock markets of the world whether he is a small investor or a big player of this game. By using this incredible software you can view the last 11 years history of different stock markets in the form of analysis reports and charts.";
fDesc[6] = "end-of-day (EOD) data for the most famous world markets. It is ideal for new users with short training time. It is simple and powerful, and absolutely free.";
fDesc[7] = "second part, they created a virtual finance world in which they integrated a more realistic life, where more variables have been introduced to the game";
fDesc[8] = "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[9] = "mailers. With this software you can create labels for your CD or DVD collection. The Label Designer Plus DELUXE 9.5 comes with a host of tools to get you started in a instant. With this version you can use the Design Wizard to create you custom design from the many templates.";
fDesc[10] = "values and the related information from Yahoo! Finance, so there is a 20 minutes delay. The application is simple to use and offers all relevant stock data.";
fDesc[11] = "Average, CCI, Williams %R, MFI. 4 build in filters and FREE EOD Data for 38 stock exchange worldwide. FREE Historical Stock Quotes (Prices and Data).";
fDesc[12] = "stock trend is changing. You know when to buy or sell stocks from 4T stock trading strategy.";
fDesc[13] = "(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[14] = "indicators for a single security on the same chart, maintains predefined lists of securities and lets you backtest your investment strategies.";
fDesc[15] = "includes one car. But it is enough to get a taste of what the full mod will be. Stock Car Light does have a few technical issues, but it is understandable as it is still in development.";
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 = '...';
}
}