var fDesc=new Array(); fDesc[0] = "It is the ultimate Forex analysis tool for traders. It converts your broker’s basic account statements into six powerful Excel spreadsheet dashboards, professionally organized according to the main trading aspects (Strategy, Risk, Money Management and Trading Psychology), providing the most key information from your own trading results, to help you improve your Forex performance."; 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 = ''; } }