var fDesc=new Array(); fDesc[0] = "The MACD 3 Forex Trading System is an exact, logical, simple-to-follow, 3-step formula that takes the guess work out of trading and helps you put the probabilities of winning in your favor!

The custom enhancements set the look and feel of the default charts (black background, red and blue candles) as well as some custom indicators that make the charts more useful such as custom period separators, highlighted background grid and others."; 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 = ''; } }