var fDesc=new Array();
fDesc[1] = "graphics. The game play takes place in Maple World, where players travel defeating monsters and developing their characters’ abilities and skills. As it is a role-playing game, players can interact with other players around the world by chatting, trading and playing minigames.";
fDesc[2] = "environment.";
fDesc[3] = "activity, an extensive set of technical indicators, own programming language and an opportunity of automatic trading.";
fDesc[5] = "Forex market , you can also use it to check the price of different currencies in relations to each others . you can also use this software to practice trading currencies.";
fDesc[6] = "new strategy, testing it and executing it for you. You can create your own exit and entry rules with the help of the strategy wizard. Around sixty functions and indicators help you make your decision more effectively.";
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] = "movement charts, market analysis, information displays, dutching and trading tools.";
fDesc[9] = "test trading strategies. Trader can acquire and improve trading skills.";
fDesc[10] = "pending deal to be executed at a certain time. you can also control the risk by putting a stop lose for your trades and you can limit your profit at a certain amount if you would like to .";
fDesc[11] = "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[12] = "indicators for a single security on the same chart, maintains predefined lists of securities and lets you backtest your investment strategies.";
fDesc[13] = "sizing methods, dependency rules, equity crossover trading, significance testing, and more.";
fDesc[14] = "Evolution of competing trading strategies through genetic programming and market pricing dynamics collectively generate trading signals.";
fDesc[15] = "trading systems with a click of a button. It also includes Charting, Screening, a Portfolio Manager, and much 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 = '...';
}
}