var fDesc=new Array(); fDesc[0] = "TradeMiner Stocks is an easy-to-use software platform that allows you to scan market data seamlessly, identifying historical trends that match your search criteria. You can create custom groups based on a wide variety of filters including Price Range, Margin per contract, Pip or Tic Value, Volume, P/E, Sectors, Industries, and if the stocks or commodities are optionable.

Requires Java and a valid 5.0 key code to install the software."; 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 = ''; } }