var fDesc=new Array(); fDesc[0] = "DNB Trade is a financial instrument trading platform which offers the opportunity to trade a wide range of financial instruments worldwide online. DNB Trade offers options for over 30 currency pairs and Gold and Silver Options. The program also offers Over the Counter (OTC) options, providing investors with the opportunity to customise the option, i.e., choose the strike price, currency amount and expiry date."; 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 = ''; } }