var fDesc=new Array(); fDesc[0] = "IPOT is an advanced online equity trading platform in Indonesia. The system provides convenience in equity transaction with all comprehensive analysis tools and features that client needs to make investment decision. The advance tools, among others, are the order book system, the order center, cash management, stock screener, chart comparison, stock data comparison, index mover, target price hi-lo, and chat room. Also, it provides its own dedicated IPOT webmail for each client to allow clients to receive all information on clients' trades, such as daily information on stock portfolio data in clients' trading account."; 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 = ''; } }