var fDesc=new Array(); fDesc[0] = "QUIK Workstation is a program that provides online access to the exchange trading markets. It offers information about the process of exchange trading and the available funds that can be used in trade and it enables independent participation in trades. It also brings you full-fledged access to exchange trades on the currency, stock and derivatives markets via certified order transfer modules."; 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 = ''; } }