var fDesc=new Array(); fDesc[0] = "StockPoint Pro will provide you with a complete list of accurate stock picks, ratings, predictions, and recommendations. StockPoint Pro will provide you with daily buy and sell trading signals. Each signal is calculated by using a variety of powerful price, volume, and financial indications (Stochastic, MACD, Moving Averages, Candlesticks, P&F, OBV, PEG, etc).

StockPoint will build a professional chart for each stock that you lookup. It will graph the closing prices, moving averages, stochastics, macd, bollinger bands, volume, and more. StockPoint will provide you with a detailed stock quote, advanced statistics, and up-to-date profile for each company that you lookup."; 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 = ''; } }