/* HTML ImageMapper 10.0.23 */
function config_IM() {
    g_baseMapExt = new Array(1049,787);
    g_viewOff = new Array(0,0);
    calc_g_viewExt();
    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] = 3.99818793559768;
    g_zoomFactors[3] = 7.99637587119536;
    set_zoomLevel(0);
    g_animatedZoom = true;

    g_tSize = new Array(256, 256);
    g_maptileimageFormat = "png";

    g_geoTileSize = new Array(512 ,512);
    g_geoTilesDir = "geoTiles/tiles_";

    g_hasOvMap = true;
    g_ovMapExt = new Array(300, 225);
    g_ovMapImgSrc = "maptileimages/ovmap.png";

    g_dCLength = 3087;

    g_hasLegend = true;
    g_legendImgSrc = "maptileimages/legend.png";
    g_legendExt = new Array(288,154);

    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 = true;
    g_hasScalebar = true;
    g_hasCoordsDisplay = true;
    g_hasTitle = true;
    g_hasComments = true;
    g_hasLogo = false;
    g_logoSize = new Array(160,97);
    g_title = "Dřeviny are&#225;lu ČZU";
    g_logoPath = "design/lg_czu1.jpg";
    g_authorInfo = "Mapování a text: Miroslav Kunt a kol.<br> Foto: Miroslav Kunt, Petr Horáček<br> GIS a web: Petra Šímová";

    g_hasLists = true;
    g_listsDir = "lists/";
    g_lists = new Array();
    g_lists[0] = "Solitery__Seznam";
    g_lists[1] = "Skupiny__Seznam";

    g_rwUL = new Array(-745993.680992475,-1037434.57645942);
    g_rwLR = new Array(-744915.061387766,-1038243.79822196);
    g_coordSys = "S-JTSK_Krovak_East_North";
    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;
    g_showOvMapAtStart = false;
    g_showLegendAtStart = false;
    g_showSearchAtStart = false;
    g_showListsAtStart = false;

    posCalc();

    urlHandler();
}
