var fDesc=new Array(); fDesc[0] = "VectorVest ProTrader adds over 30 technical graphing indicators and sophisticated chart pattern recognition searches to VectorVest. ProTrader allows short-term investors and traders alike to find stocks that are showing up or down moves due to Price and Volume behavior. VectorVest ProTrader adds complete technical charting capabilities to VectorVest. You can graph over 30 technical indicators, including MACD, Stochastics, DPO, Candlesticks, Point and Figure, RMA's, RSI, Money Flow, and a complete 3-D Volume and Price Pattern Gallery."; 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 = ''; } }