var fDesc=new Array(); fDesc[0] = "Streamster is a compact and easy to use trading platform, and it is a recommended choice for all new traders. Its unique features include international multi-channel chat where traders can freely talk about market or any other topic and where customer support is provided to our clients in real-time. Streamster is also unique by having both live and virtual trading desks exist within one trading account making it a very convenient platform for educational purposes."; 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 = ''; } }