var fDesc=new Array(); fDesc[0] = "AutoTrader Add-on is a free program that works with the MTI 4.0 trading platform. The add-on enables you to automate your trading based on a trading scheme that you create for a certain financial instrument. When the quotes of that instrument and the indicators reach the levels that you have set the transactions are made automatically."; 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 = ''; } }