// extended db javascript parameters for ArcIMS HTML Viewer
//  requires aimsDB.js and all modules defined for Query

// global variables

var aimsDBparamPresent = true;
    // Field in shapefile layer to match db from APN
var mapIDField = "altid"
    // Field in db to match layer from GIS_ID
var dbIDField = "ALTID"
var dbIDFieldIsText = true;
    // List of fields to be returned in response
var dbFieldList = "slh_own_name,location";
    // List of descriptions matching the fields in dbFieldList
var dbFieldListDescript = "slh_own_name,Location";
    // the table(s), as in SELECT apn,add2 from MyTable. . . dbTableList="MyTable";
var dbTableList = "kittims";
var addIDQuotes = true;
var highlightIdentify=true;




