//These 2 values define the width and height of the snapshot buttons
var numOfCols = 2;
var rowLen = 5;


//The 1st array element is the Symbol name to be displayed
//The 2nd element is the Symbol to be used in the ILX query
//The 3rd element is which quote page we should forward the click request to
//The 4th element indicates if the symbol has intra-day values or just a close
var ChartInit = new Array();
ChartInit = [
	["SPX", "SPX", "SSFQuote", "true"],
	["DJX", "DJX", "SSFQuote", "true"],
  ["NDX", "NDX", "SSFQuote", "true"],
  ["IWB", "IWB", "SSFQuote", "true"],
  ["IWM", "IWM", "SSFQuote", "true"],
  ["VIX", "VIX", "SSFQuote", "true"],
  ["VXD", "VXD", "SSFQuote", "true"],
  ["VXN", "VXN", "SSFQuote", "true"],
  ["RUI", "RUI", "SSFQuote", "true"],
  ["RUT", "RUT", "SSFQuote", "true"]  
  ];

  
  