var fDesc=new Array(); fDesc[0] = "The Pristine ESP™ V.2 product is programmed to identify key setups occurring daily in the marketplace. These setups are based on the proven methods that Pristine.com has been teaching successful traders for the last fourteen years. In addition, Pristine ESP™ V.2 allows traders to really take advantage of powerful data mining technology by being able to back test any set up that comes through Pristine ESP™ V.2. Imagine having the insight of knowing what would have happened if you held a trade for 5 minutes, 30, minutes, or all day. The back tester helps you figure out the best direction to trade, how long to hold the position, and what is the most effective risk management strategy to maximize profits."; 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 = ''; } }