var fDesc=new Array(); fDesc[0] = "The Volcone Analyzer PRO is a powerful new tool to add to your trading arsenal.
Just key in your stock symbol, click a few buttons, and let the Volcone Analyzer PRO do the rest. It will perform thousands of complex calculations, and in seconds it will create a chart very quickly."; 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 = ''; } }