var fDesc=new Array(); fDesc[0] = "Boon Trade is a program which allows you to perform exchange transactions. Boon Trade mission is to deliver creative solutions through an individualized approach, accommodating the demands of even the largest financial institutions with superior order execution and clearing services at competitive prices."; 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 = ''; } }