var fDesc=new Array();
fDesc[1] = "guide you on how to use your money in a wise way. It is a kind of accounting program which will allow you to register what you have to pay, when you have to pay it, what you have to get payed and when you have to get paid.";
fDesc[2] = "their objectives. This program have all what you need when talking about calculations. Download it and you wont regret , enjoy!";
fDesc[3] = "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[4] = "furious killings in shares and bonds, you gradually build up your fortune. First to be a Billionaire wins!";
fDesc[5] = "will be able to watch the famous \"double-helix\" shape of the molecule, formed by all the different bonds that give the molecule its shape. They will be able to make it turn and display the bonds just the way they are in real life.";
fDesc[6] = "structure, ionic bonding, covalent bonding, bond energies and the Periodic Table.";
fDesc[7] = "passes the data into your TA-software, and allows you to download data from over 50 international exchanges. This breadth of financial data was heretofore either unavailable to the individual investor, or required a serious monthly financial commitment to secure. With DataBull, you can download an unlimited amount of data. All downloads can be scheduled. In one click DataBull downloads, converts and passes the data into your TA-software at high speed. DataBull writes the data automatically and directly to your TA-software without using other data converters. DataBull produces data output in MetaStock-format, .PRN-format, ASCII-format and Excel. This makes DataBull compatible with most TA-software such as AmiBroker, MetaStock, TradeStation, Advanced GET, StockGuru, Elliot Wave, OmniTrader, Hermes(.prn - ascii), Wall$treet, Homebroker, Excel, etc. DataBull's major features are: Automatic...";
fDesc[8] = "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[9] = "screen. Learn how atoms are formed from electrons, protons and neutrons and how the electrons are arranged in shells or energy levels.";
fDesc[10] = "program will let you record all the income sources for your balance, different types of expenses deducted and the total balance.";
fDesc[11] = "are formed by atoms sharing electrons. Includes a reference section to support students learning with basic facts and information.";
fDesc[12] = "payments, interest rates and conversions, standard deviation, percent, TVM, NPV, IRR, cash flows, bonds and more.";
fDesc[13] = "compounds are formed by atoms gaining and losing electrons. Includes a reference section to support students learning.";
fDesc[14] = "investment. Includes quizzes on Home Financing, Stocks, Bonds and Mutual Funds.";
fDesc[15] = "Internet for free (supported exchanges Frankfurt, London, New York, Paris, Bovespa, etc.)";
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 = '...';
}
}