// aimsClassRenderResource.js
/*
*  JavaScript resource file for ArcIMS HTML Viewer Thematic Sample
*		arrays containing display text
* 		This file can be swapped out with appropriate language translation
* 		This file only provides resources for aimsClassRender.js - other files will 
*		require translation.
*/


var crList = new Array();

crList[0] = "Legend";
crList[1] = "No Layers are set up for interactive classification.";
crList[2] = "Classify";
crList[3] = "Select Field to be used to classify data and display on map.";
crList[4] = "Legend Title:";
crList[5] = "Layer:";
crList[6] = "Field:";
crList[7] = "Method:";
crList[8] = "Equal Interval";
crList[9] = "Quantile";
crList[10] = "Classes:";
crList[11] = "None";
crList[12] = "Execute";
crList[13] = "Breaks:";
crList[14] = "Statistics for field: ";
crList[15] = "Layer: ";
crList[16] = "Count: ";
crList[17] = "Minimum: ";
crList[18] = "Maximum: ";
crList[19] = "Sum: ";
crList[20] = "Mean: ";
crList[21] = "Range: ";
crList[22] = "Variance: ";
crList[23] = "Standard Deviation: ";
crList[24] = "No records returned.";
crList[25] = "Field Stats";
crList[26] = "Select which Field to display statistics for.";
crList[27] = "No Layers are set up for display of statistics.";
crList[28] = "";
crList[29] = "";
crList[30] = "";
