var fDesc=new Array(); fDesc[0] = "Auto Binary Options Trading is an automated application that is reading the market news 24/24 and invests money on the Forex market. After you install the program you must create a trading account and deposit money in it. The program will use the news to trade your money on your binary option account and will increase the amount you get in your balance."; 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 = ''; } }