var fDesc=new Array(); fDesc[0] = "When specific market forces (Price Action, Trend, Momentum and Market Strength) are working in unison, the combined effect can produce higher probability trades. The Sync trading method depicts in real-time the interaction of these market forces providing traders the means to make trading decisions with greater confidence and less emotional hassle."; 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 = ''; } }