var fDesc=new Array(); fDesc[0] = "GCI is the first to offer CFD/Share trading (shares, indices, currencies and commodities) on the industry's leading online dealing platform. Trade from the Dealing Rates Table or directly from the integrated real-time charts. You can set alerts, place conditional orders, and take advantage of the AFX news feed, live quotes, comprehensive real-time position and account tracking, and mobile trading access."; 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 = ''; } }