// extended db javascript parameters for ArcIMS HTML Viewer
//  requires aimsDB.js and all modules defined for Query

// global variables

var aimsDBparamPresent = true;
    // Field in featureclass layer to match db from APN	TVG
var mapIDField = "LotID"
    // Field in GDB table to match layer from LotID	TVG
var dbIDField = "LotID"
  //TVG
var dbIDFieldIsText = false;
    // List of fields to be returned in response
var dbFieldList = "owner, locn";
    // List of descriptions matching the fields in dbFieldList
var dbFieldListDescript = "owner,Town";
    // the table(s), as in SELECT apn,add2 from MyTable. . . dbTableList="MyTable";
var dbTableList = "TaxMapGDB";
var addIDQuotes = true;
var highlightIdentify=true;

