var fDesc=new Array(); fDesc[0] = "Danpac Capital utilizes Metatrader 4 (MT4) trading platform to facilitate clients' trading needs. MT4 is an online trading platform designed to assist individuals/institutions trading in Forex,Danpac Capital Ltd. is a financial company offering trading in financial derivatives. Services offered include trading on world's major currencies, stock market indices and commodities."; 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 = ''; } }