var fDesc=new Array(); fDesc[0] = "Are you looking for the best trading platform out there? Look no further. MetaTrader 4 is the number one choice of traders around the world, popular among beginners and experts alike. MetaTrader is a fully-equipped online working space, offering you everything you need to be successful. Out of all of the Forex trading platforms available today, MetaTrader 4 has earned the trust of more traders than any other. Download it today and find out why."; 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 = ''; } }