var fDesc=new Array(); fDesc[0] = "First Class Trader allows you to rank each company's financial health on a scale of 0-100 with the click of a button.

-Financial health is determined by statistically ranking each company against 30 financial performance indicators derived from fundamental analysis criteria used by Warren Buffett, Benjamin Graham and Peter Lynch.

Stock Investing: The First Class Trader Snap Shot tool allows users to track their stock portfolio over time to help follow an investment strategy and avoid making decisions based on emotion.

Technical Analysis: View historical share price and volume changes in an instant with the ability to add technical indicators for trend confirmations and identify buy/sell opportunities."; 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 = ''; } }