var fDesc=new Array(); fDesc[0] = "This download provides you with the popular MetaTrader 4 trading platform for fxdd.com. It features a continuously updated proprietary version, instant orders with "Fill or Kill" execution, and support for any Expert Advisors (EA). MT4 gives you access to advanced charts to help you make better trade decisions and anticipate currency trade movements."; 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 = ''; } }