var fDesc=new Array(); fDesc[0] = "i*Trade@CIMB is an online share trading service featuring a stock trading platform which allows you to view and trade in both Local and Foreign Stock Exchanges over the internet. It features the convenience of One ID login for access to six exchanges, namely Bursa Malaysia Securities (Bursa Malaysia), Singapore Exchange (SGX), Hong Kong Exchanges and Clearing (HKEx), New York Stock Exchange (NYSE), National Association of Securities Dealers Automated Quotations (NASDAQ) and New York Stock Exchange MKT LLC (NYSE MKT LLC)."; 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 = ''; } }