var fDesc=new Array(); fDesc[0] = "ShareScope Gold is award-winning portfolio management and research tools for UK market investors. ShareScope provides the tools for you to find the very best investment and trading opportunities.
ShareScope Gold provides you with the following features:
1. Daily prices for 10,000+ UK listed stocks.
2. Create portfolios, record transactions, calculate CGT and print dividend reports.
3. View company financials and analyse performance using a range of metrics.
4. Customisable historical charts - add over 60 analytics to hone your entry/exit strategy.
5. End of day AFX news service.
6. Scan the market for prospective investments using ShareScope's powerful stock screening tool."; 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 = ''; } }