var fDesc=new Array(); fDesc[0] = "MetaTrader 4 trading platform for NPBFX accounts come with all the price charting and trading strategy tools of MT4. It features automatic transactions with interbank foreign exchange market (STP / NDD technology). Instant Execution is available, where you can also set the maximum deviation from quoted price and trade with no rejections and requotes."; 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 = ''; } }