var fDesc=new Array(); fDesc[0] = "It enables you to control investor accounts. RoboForex gives clients an option to select the terms of trading operations: fixed or floating spread, “4 digits” or “5 digits”, instant execution or market execution. By extending the list of trading instruments, creating new products and implementing cutting-edge technologies, RoboForex is always in contact with its customers and partners."; 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 = ''; } }