var fDesc=new Array(); fDesc[1] = "in-built disk defragment tools which actually work but Smart Defrag works even more faster and uses advanced technology to speed up your disk drive and processing."; fDesc[2] = "her business running. Your task is to make sure she does all her work and provides the farm with money. You will have a place at the market where you can put all your food for sale."; fDesc[3] = "accounts, manage their purses and maintain a list of correspondents, assigning additional contact data to their WebMoney IDs, such as names, email addresses and phone numbers."; 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] = "phone calls from your PC to another PC and from your PC to a regular phone line, thus allowing your PC to send faxes to anywhere in the world. This is done using something called \"IP Telephony\"."; fDesc[6] = "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[7] = "securities from the Internet. Also provides such features as multiple symbol categories to organize your tickersymbols, dyn..."; fDesc[8] = "aimed to control alien activity all over the world. To do this you are able to create your main bases anywhere in the world thanks to international funding. From these bases you should control UFOs and fight alien attacks so as not to lose international funds."; fDesc[9] = "bring your data up-to-date simply instruct MLDownloader to perform a data collection for an individual symbol or a symbol list-"; fDesc[10] = "on neural networks and modern signal processing. A large database with stocks, mutual funds and indices is available for free. Try free 30 days!"; fDesc[11] = "publicly traded in US, Canada and international markets."; fDesc[13] = "daily, weekly, monthly and annually with the expense averages feature. Choice of six reports."; fDesc[14] = "and type. Average category spending by day, week, month and year. View colored graphs of activities. Create reports."; fDesc[15] = "metrics including graphs, price quotes from the Internet, and detailed reports for accounting and tax-income return."; 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 = '...'; } }