var fDesc=new Array(); fDesc[0] = "BursaStation is a state-of-the-art Stock Market Tracker / Share Market Tracker cum Charting Software (Charting Tool) that places in your hands the power to make better investment decisions.

Brought to you as a collaborative effort by ShareInvestor and Bursa Malaysia, BursaStation is designed with you, the user, in mind, as a user-friendly yet full of powerful features that will appeal to investors/traders who need instant access to fundamental, technical, and trading data, via the Internet, anywhere, anytime."; 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 = ''; } }