var fDesc=new Array(); fDesc[0] = "ShareTrackin ME is the ultimate tool for investment management. You can monitor the stock market with the help filters, advisors and indicators. Trace your investments with the help of the in-depth accounting module and with daily data updates you now have the power to browse an exchange for the best investment opportunities.
These tools will assist in the step by step development of your investment strategy and the refining thereof. It will also enable you to learn and use the various investment instruments.
The Website www.sharetrackin.com provides easy access to share information such as Directors dealings, financial statements, dividends, broker consensus."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }