/* HTML ImageMapper 10.0.21 */
function config_IM() {
    g_baseMapExt = new Array(582,327);
    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.03524664770601;
    g_zoomFactors[1] = 2.79516594880621;
    g_zoomFactors[2] = 3.99309421258031;
    g_zoomFactors[3] = 9.31721982935405;
    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(200, 112);
    g_ovMapImgSrc = "maptileimages/ovmap.jpg";

    g_dCLength = 0;

    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 = false;

    g_hasInfoBar = false;
    g_hasScalebar = false;
    g_hasCoordsDisplay = false;
    g_hasTitle = false;
    g_hasComments = false;
    g_hasLogo = false;
    g_logoSize = new Array(0,0);
    g_title = "WWW.MARKSCOTT.BIZ";
    g_logoPath = "design/";
    g_authorInfo = "Created with WWW.MARKSCOTT.BIZ";

    g_hasLists = false;
    g_listsDir = "lists/";
    g_lists = new Array();

    g_rwUL = new Array(411506.143076743,5216224.45357624);
    g_rwLR = new Array(626716.881769119,5095307.07977486);
    g_coordSys = "NAD_1927_UTM_Zone_10N";
    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;

    posCalc();

    urlHandler();
}

