/* HTML ImageMapper 10.0.22 */
function config_IM() {
    g_baseMapExt = new Array(688,555);
    g_viewOff = new Array(0,0);
    if(document.all) g_viewExt = new Array(document.body.clientWidth,document.body.clientHeight); 
    else g_viewExt = new Array(window.innerWidth,window.innerHeight);
    g_viewPosType = "px";
    g_picUL = new Array(-1, -1);
    g_iniPxDelta = new Array(0,0);

    g_zoomFactors = new Array();
    g_zoomFactors[0] = 1;
    g_zoomFactors[1] = 5.2;
    g_zoomFactors[2] = 10;
    g_zoomFactors[3] = 26;
    set_zoomLevel(0);

    g_tSize = new Array(256, 256);
    g_maptileimageFormat = "jpg";

    g_geoTileSize = new Array(512 ,512);
    g_geoTilesDir = "geoTiles/tiles_";

    g_hasOvMap = true;
    g_ovMapExt = new Array(250, 201);
    g_ovMapImgSrc = "maptileimages/ovmap.jpg";

    g_dCLength = 445;

    g_hasLegend = false;
    g_legendImgSrc = "maptileimages/legend.jpg";
    g_legendExt = new Array(0,0);

    g_highlightStyle = new Array();
    g_highlightStyle["borderRGB"] = new Array(255,255,0);
    g_highlightStyle["fillRGB"] = new Array(255,255,0);
    g_highlightStyle["BorderWidth"] = 2;
    g_highlightStyle["opacity"] = 0.5;

    g_hasSearch = true;
    g_searchDir = "searchIndex/";

    g_searchFields = new Array();
    g_searchFields[0] = 'PARCEL||STRING';
    g_searchFields[1] = 'street||STRING';
    g_searchFields[2] = 'addition||STRING';
    g_searchFields[3] = 'legal||STRING';
    g_searchFields[4] = 'name1||STRING';
    g_searchFields[5] = 'name2||STRING';
    g_searchFields[6] = 'name3||STRING';
    g_searchFields[7] = 'name4||STRING';
    g_searchFields[8] = 'deeddt||STRING';
    g_searchFields[9] = 'revstamps||STRING';
    g_searchFields[10] = 'grantor||STRING';
    g_searchFields[11] = 'homestedam||NUMBER';
    g_searchFields[12] = 'size||STRING';
    g_searchFields[13] = 'landsize||STRING';
    g_searchFields[14] = 'dimen||STRING';
    g_searchFields[15] = 'levels||STRING';
    g_searchFields[16] = 'bedrooms||STRING';
    g_searchFields[17] = 'baths||STRING';
    g_searchFields[18] = 'yrblt||STRING';
    g_searchFields[19] = 'class||STRING';

    g_searchChunks = new Array();
    g_searchChunks["homestedam"] = new Array(0,1000,2000);


    g_hasInfoBar = true;
    g_hasScalebar = true;
    g_hasCoordsDisplay = true;
    g_hasTitle = true;
    g_hasComments = true;
    g_hasLogo = false;
    g_logoSize = new Array(0,0);
    g_title = "Grady County, OK";
    g_logoPath = "design/";
    g_authorInfo = "www.countyassessor.info";

    g_hasLists = false;
    g_listsDir = "lists/";
    g_lists = new Array();

    g_rwUL = new Array(582933.57465865,3847644.90589468);
    g_rwLR = new Array(594765.764989698,3838100.04305495);
    g_coordSys = "NAD_1983_UTM_Zone_14N";
    g_coordUnits = "m";

    g_attDir = "attributes/";
    g_maptileimagePraefix = "diemap_";
    g_maptileimageDir = "maptileimages/images_";

    g_designDir = "design/";
    g_spaceImg = g_designDir+"spacer_white.gif";
    g_transpLayImg = g_designDir+"leer.gif";

    g_scaleBarImgSrc = g_designDir + "scalebar.gif";
    g_scaleBarWidth = 100;

    g_zBSizeMulti = 14;

    g_areaCon = "area_Con";
    g_areaLay = "area_layer";

    g_dBCon = "dB_Con";

    g_isDBVersion  = false;

    g_hasZoomBar = true;

    g_postToMapGallery = false;

    g_mapGalleryAuthor = "";
    g_mapGalleryTitle = "";
    g_mapGalleryComment = "";
    g_mapGalleryCopyright = "";
    g_mapGalleryEmail = "";
    g_mapGalleryIndustryId = 0;
    g_mapGalleryIndustryText = "";

    g_langDir = "languages/";
    load_lang();

    g_hasCopyrightInfo = true;
    g_copyrightInfo = new Array();
    g_copyrightInfo[0] = "";
    g_copyrightInfo[1] = "";
    g_copyrightInfo[2] = "";
    g_copyrightInfo[3] = "";

    g_hasPrintKnob = true;

    posCalc();

    urlHandler();
}

