var fDesc=new Array(); fDesc[0] = "A2scanner is a desktop application for stock market traders to analyze the trends of stocks. You can also use this tool to buy and sell stocks. It comes with all the advanced analysis tools for the experienced users. If you are a starter, it's simple buy sell signal system lets you find direction of a stock with just a click."; 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 = ''; } }