var fDesc=new Array(); fDesc[0] = "MetaTrader 4 for IGO Global traders is a suitable for both novice traders looking for simply BUY SELL functions, and for professionals with advanced price dynamic analysis for financial instruments. It comes with over 50 built-in indicators and other tools to simplify each trading decision making; trader can print out charts of instruments and conduct their very own "on-paper" market analysis."; 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 = ''; } }