var fDesc=new Array(); fDesc[0] = "This software offers a useful metal trader workstation (TWF) with advanced trading functionality and lots of features. In this version the user can directly select a particular row / price from best 5 BBO window and place a buy or sell order at corresponding price. All information windows (Pending Orders/Trades/Margin etc) would now remember their last position (co-ordinates) & size set by the user on the TWS screen and would open again at the last closed position & size on the screen and many others."; 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 = ''; } }