var fDesc=new Array(); fDesc[0] = "If you had checked before you had started trading, you may have remembered what time the release was due out and been prepared for it.

Even if you knew what time the news was going to be released, then you’d have to calculate if the news release was in your time zone.

If it wasn’t, then you’d have to calculate what time it was coming out in your time zone and to top it off… how would you alert yourself when the time did roll around?

If you’re like me, it takes all my concentration just to make the right trades, let alone keep up with “market moving” news releases!"; 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 = ''; } }