/* HTML ImageMapper 10.0.22 */
function config_IM() {
    g_baseMapExt = new Array(634,623);
    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] = 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, 245);
    g_ovMapImgSrc = "maptileimages/ovmap.jpg";

    g_dCLength = 1338;

    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] = 'Situs||STRING';
    g_searchFields[2] = 'Subdivision||STRING';
    g_searchFields[3] = 'Legal||STRING';
    g_searchFields[4] = 'Owner||STRING';
    g_searchFields[5] = 'Address1||STRING';
    g_searchFields[6] = 'Address2||STRING';
    g_searchFields[7] = 'Address3||STRING';
    g_searchFields[8] = 'Sale Date||STRING';
    g_searchFields[9] = 'Sale Price||STRING';
    g_searchFields[10] = 'Grantor||STRING';
    g_searchFields[11] = 'Homestead||NUMBER';
    g_searchFields[12] = 'Main SF||STRING';
    g_searchFields[13] = 'Land Units||STRING';
    g_searchFields[14] = 'Dimensions||STRING';
    g_searchFields[15] = 'Stories||STRING';
    g_searchFields[16] = 'Bedrooms||STRING';
    g_searchFields[17] = 'Bathrooms||STRING';
    g_searchFields[18] = 'Year Built||STRING';
    g_searchFields[19] = 'Style||STRING';

    g_searchChunks = new Array();
    g_searchChunks["Homestead"] = 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 = "Creek County, OK";
    g_logoPath = "design/";
    g_authorInfo = "www.countyassessor.info";

    g_hasLists = false;
    g_listsDir = "lists/";
    g_lists = new Array();

    g_rwUL = new Array(724140.589183341,3976231.61512937);
    g_rwLR = new Array(735044.09015701,3965517.29161739);
    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 = false;

    g_hasPrintKnob = true;

    posCalc();

    urlHandler();
}

