var fDesc=new Array(); fDesc[0] = "North-West Financial Broker is glad to present you MetaTrader 4 to manage your earnings in a FOREX market. We always support our followers with the best made choice for beneficial future. MetaTrader is perfectly constructed trading platform which will help with your FOREX earnings. According to statistics MetaTrader is the most distributed, powerful trading platform, which is used by thousands of traders all over the world. Its simple and comprehendible interface amazes with its fast responses. MetaTrader 4 is a user-friendly trading platform and also supports multi-languages."; 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 = ''; } }