var fDesc=new Array(); fDesc[0] = "GKFX Prime MT4 provides a solution for online trading, technical analysis, and automated trading through the MetaTrader 4 trading platform. You can trade plenty of currency pairs, gold and silver as well as a range of index and commodity CFDs on a Classic account. The MT4 platform comes with an advanced charting package and 30+ technical indicators to support your trading decisions."; 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 = ''; } }