var fDesc=new Array(); fDesc[0] = "CommexFx cTrader is a trading platform that provides full access to the currency trading markets. CommexFx cTrader receives the interbank market quotes in real-time and trades are executed instantly. It also provides all the tools you need to apply technical analysis and identify trade opportunities."; 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 = ''; } }