var fDesc=new Array(); fDesc[0] = "MetaTrader - Pepperstone is developed to help the users improve their trading performance.
The Meta Trader Pepperstone offers an easy to use user interface, various charts and indicators and most importantly the MQL language which allows the user to easily program indicators and also Expert Advisors (EAs) - automated trading strategies which can trade the forex market 24/5 without any user intervention."; 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 = ''; } }