var fDesc=new Array(); fDesc[0] = "The CFIM Multi Terminal MT4 trading platform is designed for managing multiple forex trading accounts simultaneously. It provides the practical approach for account managers and traders who handle multiple concurrent accounts.

Main features:
- Simultaneously manage multiple accounts.
- Multiple order types.
- Order-execution capabilities."; 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 = ''; } }