var fDesc=new Array();
fDesc[1] = "features. SMS service helps you to send messages to people's mobile phones. I like Yahoo Messenger mainly because of its stealth settings. Games can be played on Messenger. All of these features make Yahoo Messenger the best Messenger software.";
fDesc[2] = "and more. It can be easily customized with the option of over 1500 free gadgets. Its available for XP, Vista, Mac and Linux.";
fDesc[3] = "track your bank accounts, stocks, income and expenses. Are you going to buy a vehicle or a new house? GnuCash will help you plan the investment and track loan payments. With GnuCash you can also keep track of your checkbook.";
fDesc[4] = "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[5] = "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[7] = "securities from the Internet. Also provides such features as multiple symbol categories to organize your tickersymbols, dyn...";
fDesc[8] = "including your own list of as many stocks as you want to watch. CoolTick allows you to watch your stocks while you work.";
fDesc[9] = "trading diary. With minimal time and effort you can keep track of which stocks you have bought and sold, along with any associated dividends.";
fDesc[10] = "is looking for companies whom are forming bullish trading patterns.(stocks about to increase) Carl helped Michael program the bot to identify (in split second timing) distinct trading patterns from a vast range of 6578.";
fDesc[11] = "Astrology. Createreports for stocks, bonds and mutual funds. Choose any date between 1900 and 2099 for your trades. Get the edge you need to finally crack Wal...";
fDesc[12] = "mathematical formulas to find their trade opportunities. This kind of stock study is called technical analysis. For beginners the technical analysis of stocks is often like a complicated mathematical \"meal\". Webotron Stocks transforms this \"meal\" into something light and digestible. The most technical analysis software packages uses lines, curves and oscillators on its stock charts to visualize the stock movements. But only a studied eye can see BUY and SELL opportunities. Webotron Stocks offers a different form of visualization in using little symbols and colored areas to focus important chart information. Webotron Stocks offers more than 130 trading systems. Each system has its own way to calculate trading entry and exit points. An activated trading system displays its BUY and SELL signs well visibly on the chart. And a backtest informs you about the trading system performance. If...";
fDesc[13] = "value estimation results. Shorten your learning curve: instant results explanations and a complete financial analysis reference included.";
fDesc[14] = "vector analysis provides for improved timing, and helps you to avoid stress and poor decisions based on emotion. Real time Futures edition. Alternatively, you can rent VectorBull Stocks Edition for a low monthly rate: Rent VectorBull";
fDesc[15] = "doing anything else. It features StockMan, a friendly animatedcharacter that will update you about the latest prices. Talking Stocks is great...";
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 = '...';
}
}