// aimsDBResource.js
/*
*  JavaScript resource file for ArcIMS HTML Viewer Parcel Sample
*		arrays containing display text
* 		This file can be swapped out with appropriate language translation
* 		This file only provides resources for aimsDB.js - other files will 
*		require translation.
*/


var dbList = new Array();

dbList[0] = "No features located there.";
dbList[1] = "Identify Results";
dbList[2] = "Unable to locate feature. Try zooming in to pinpoint feature.";
dbList[3] = "";
dbList[4] = "";
dbList[5] = "";
dbList[6] = "";
dbList[7] = "";
dbList[8] = "";
dbList[9] = "";
dbList[10] = "";

/*
dbList[1] = "";
dbList[2] = "";
dbList[3] = "";
dbList[4] = "";
dbList[5] = "";
dbList[6] = "";
dbList[7] = "";
dbList[8] = "";
dbList[9] = "";
dbList[0] = "";
*/
