//tooltip description :: toolTip title

var wsh_key_ratio = new Array();
  
  wsh_key_ratio['Revenue']="This is the sum of all sales reported for all operating divisions for the most recent fiscal year. :: Revenue ";
  wsh_key_ratio['RDevE']="This is the total research and development expense as reported on the income statement for the most recent fiscal year. :: Research and Development Expense";
  wsh_key_ratio['EPS']="This is the Adjusted Income Available to Common Stockholders for the most recent fiscal year plus Discontinued Operations, Extraordinary Items, and Cumulative Effect of Accounting Changes for the same period divided by the most recent fiscal year's Diluted Weighted Average Shares Outstanding. :: EPS";
  wsh_key_ratio['DivPerShare']="This is the Dividend Per Share amount paid by the company for the most recent fiscal year. :: Dividend Per Share" 
  
  wsh_key_ratio['5YRGR']="The Five Year Revenue Growth Rate is the annual compounded growth rate of Revenues over the last 5 years. :: 5-Year Revenue Growth Rate";
  wsh_key_ratio['YEPS']="This growth rate is the compound annual growth rate of Earnings Per Share Excluding Extraordinary Items and Discontinued Operations over the last 5 years. NOTE: If the value for either the most recent year or the oldest year is zero or negative, that year is ignored. If a 5 year growth rate cannot be calculated, a 4 year growth rate is used instead. If less than 4 years are available, a 'NA' (Not Available) code will be used. :: EPS";
  wsh_key_ratio['5YAD']="This growth rate is the compound annual growth rate of cash dividends per common share of stock over the last 5 years. NOTE: If the value for either the most recent year or the oldest year is zero or negative, that year is ignored. If a 5 year growth rate cannot be calculated, a 4 year growth rate is used instead. If less than 4 years are available, a 'NA' (Not Available) code will be used. :: 5-Year Average Dividend";
  
  wsh_key_ratio['GrossMargin']="This value measures the percent of revenue left after paying all direct production expenses. It is calculated as the trailing 12 months Total Revenue minus the trailing 12 months Cost of Goods Sold divided by the trailing 12 months Total Revenue and multiplied by 100. :: Gross Margin";
  wsh_key_ratio['OperatingMargin']="This value measures the percent of revenues remaining after paying all operating expenses. It is calculated as the trailing 12 months Operating Income divided by the trailing 12 months Total Revenue, multiplied by 100. Operating Income is defined as Total Revenue minus Total Operating Expenses. :: Operating Margin";
  wsh_key_ratio['ProfitMargin']="Also known as Return on Sales, this value is the Income After Taxes for the trailing twelve months divided by Total Revenue for the same period and is expressed as a percentage. :: Profit Margin";
  
  wsh_key_ratio['Div5YAD']="This value is the average of the dividend yield over the last 60 months. :: 5-Year Average Dividend";
  wsh_key_ratio['DividendYield']="This value is the current percentage dividend yield based on the present cash dividend rate. It is calculated as the Indicated Annual Dividend divided by the current Price, multiplied by 100. :: Dividend Yield";
  wsh_key_ratio['DivDivPerShare']="This is the sum of the Cash Dividends per share paid to common stockholders during the last trailing twelve month period. :: Dividends Per Share";
  wsh_key_ratio['DivChange']="This is the percent change in annual Dividends Per Share as compared to the same period one year ago. It is calculated as the Dividends Per Share for the most recent fiscal year minus the Dividends Per Share for the same period one year ago divided by the annual Dividends Per Share one year ago, multiplied by 100. :: Dividend Change %";
  
  wsh_key_ratio['QuickRatio']="Total current assets excluding inventory/Current Liabilities. :: Quick Ratio";
  wsh_key_ratio['CurrentRatio']="This is the ratio of Total Current Assets for the most recent interim period divided by Total Current Liabilities for the same period. :: Current Ratio";
  wsh_key_ratio['LTDE']="Long term debt divided by Shareholder's Equity multiplied by 100. :: LT Debt/Equity";
  wsh_key_ratio['TotalDE']="Total debt divided by Shareholder's Equity multiplied by 100. :: Total Debt/Equity";
  
  wsh_key_ratio['Recent-Price']="This is the Closing or Last Bid Price. It is also referred to as the Current Price. :: Recent Price";
  wsh_key_ratio['WeekHigh']="This is the date of the highest Price the stock traded at in the last 12 months. :: 52 Week High";
  wsh_key_ratio['WeekLow']="This is the date of the lowest Price the stock traded at in the last 12 months. :: 52 Week Low";
  wsh_key_ratio['AverageVolume']="This is the monthly average of the cumulative trading volume during the last three months. :: Average Volume";
  
  wsh_key_ratio['P/E']="This ratio is calculated by dividing the current Price by the sum of the Diluted Earnings Per Share including discontinued operations AFTER Extraordinary Items and Accounting Changes over the last four interim periods. :: P/E";
  wsh_key_ratio['Price/Sales']="This is the current Price divided by the Sales Per Share for the trailing twelve months. If there is a preliminary earnings announcement for an interim period that has recently ended, the revenue (sales) values from this announcement will be used in calculating the trailing twelve month revenue per share. :: Price/Sales";
  wsh_key_ratio['Price/Book']="This is the Current Price divided by the latest interim period Book Value Per Share. :: Price/Book";
  
  wsh_key_ratio['RatDivPerShare']="This is the sum of the Cash Dividends per share paid to common stockholders during the last trailing twelve month period. :: Dividends Per Share";
  wsh_key_ratio['BookValue']="This is defined as the Common Shareholder's Equity divided by the Shares Outstanding at the end of the most recent interim period.  Book Value is the Total Shareholder's Equity minus Preferred Stock and Redeemable Preferred Stock. :: Book Value";
  wsh_key_ratio['RatEPS']="This is the Adjusted Income Available to Common Stockholders for the trailing twelve months plus Discontinued Operations, Extraordinary Items, and Cumulative Effect of Accounting Changes for the same period divided by the trailing twelve month Diluted Weighted Average Shares Outstanding. :: EPS";
  wsh_key_ratio['Revenue/Share']="This value is the trailing twelve month Total Revenue divided by the Average Diluted Shares Outstanding for the trailing twelve months. :: Revenue/Share";
  
  wsh_key_ratio['MarketCap']="This value is calculated by multiplying the current Price by the current number of Shares Outstanding. :: Market Capitalization";
  wsh_key_ratio['SharesOut']="These are the Diluted Weighted Average Shares Outstanding for the most recent interim period as reflected in the Income Statement. :: Shares Outstanding";    
  
  wsh_key_ratio['AssetTurnover']="This value is calculated as the Total Revenues for the trailing twelve months divided by the Average Total Assets. The Average Total Assets is defined as the Total Assets for the 5 most recent quarters divided by 5. :: Asset Turnover";
  wsh_key_ratio['InventoryTurnover']="This value measures how quickly the Inventory is sold. It is defined as Cost of Goods Sold for the trailing twelve months divided by Average Inventory. Average Inventory is calculated by adding the Inventory for the 5 most recent quarters and dividing by 5. :: Inventory Turnover";
  wsh_key_ratio['ReturnAssets']="This value is the Income After Taxes for the trailing twelve months divided by the Average Total Assets, expressed as a percentage. Average Total Assets is calculated by adding the Total Assets for the 5 most recent quarters and dividing by 5. :: Return on Assets";


