// extended db javascript parameters for ArcIMS HTML Viewer
// 	requires aimsDB.js and all modules defined for Query

// global variables

var aimsDBparamPresent = true;
	// Field in layer to match db
var mapIDField = "PARCELNUMBER"
	// Field in db to match layer
var dbIDField = "ParcelNumber"
var dbIDFieldIsText = false;
	// List of fields to be returned in response
var dbFieldList = "ParcelNumber,OwnerName,LocationNumber,LocationStreet";
	// List of descriptions matching the fields in dbFieldList
var dbFieldListDescript = "PARCEL NUMBER,OWNER,LocationNumber,LocationStreet";
	// the table(s), as in SELECT apn,add2 from MyTable. . . dbTableList="MyTable";
var dbTableList = "Parceldata";
var addIDQuotes = false;
var highlightIdentify=true;

