var fDesc=new Array(); fDesc[0] = "TWSLink is a DLL / COM-based universal plug-in for virtually any application or programming language to trade an Interactive Brokers account. With a few commands you issue orders, query account- or portfolio information, request market data, etc., without dealing with Interactive Brokers API details. By this, much time and stress can be saved and so you can concentrate on the important task: implementing your software or strategy."; 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 = ''; } }