/*
HTML ImageMapper NG2
---------------------------------------------------------------
Additional configuration variables. Change behavior of output
by changing string value or setting booleans to true / false.
---------------------------------------------------------------
*/
function config_IM() {
g_startUpMessage = "SG Brome";
g_hasOvMap = true;
g_showOvMapAtStart = false;
g_hasLegend = false;
g_showLegendAtStart = false;
g_hasSearch = false;
g_hasProfiSearch = true;
g_showSearchAtStart = false;
g_hasLists = true;
g_showListsAtStart = false;
g_hasInfoBar = true;
g_hasTitle = true;
g_title = "SG Brome";
g_hasComments = true;
g_comments = "Hinweis : Diese vereinfachte Darstellung des Fl&auml;chennutzungsplanes entspricht nicht in allen Details der wirksamen Fassung.";
g_hasLogo = false;
g_hasScalebar = true;
g_hasCoordsDisplay = false;
g_hasPrintKnob = true;
g_hasZoomBar = true;
g_animatedZoom = true;
g_printAll = true;
g_printOvMap = true;
g_printLegend = false;
g_printScaleBar = true;
g_printHeadLine = true;
g_printAttributes = true;
g_printMarker = false; /*RB*/
/*
---------------------------------------------------------------------
The following option should not be changed without exact knowledge
---------------------------------------------------------------------
*/
g_baseMapExt = new Array(1580,1083);
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.5;
g_zoomFactors[2] = 12.5;
g_zoomFactors[3] = 25;
set_zoomLevel(0);
g_tSize = new Array(512, 512);
g_maptileimageFormat = "PNG";
g_geoTileSize = new Array(1024 ,1024);
g_geoTilesDir = "GEOTILES_0/";
g_ovMapExt = new Array(200,137);
g_ovMapImgSrc = "OVMAP.PNG";
g_dCLength = 134;
g_legendImgSrc = "LEGEND.PNG";
g_legendExt = new Array(0,0);
g_searchDir = "SEARCHINDEX_0/";
g_searchFields_0 = new Array();
g_searchFields_1 = new Array();
g_searchChunks_0 = new Array();
g_searchChunks_1 = new Array();
g_logoSize = new Array(50,80);
g_logoPath = "DESIGN/LOGO.PNG";
g_listsDir = "LISTS_0/";
g_lists_0 = new Array();
g_lists_0[0] = "&#75;&#101;&#105;&#110;&#101;&#32;&#65;&#110;&#103;&#97;&#98;&#101;&#110;__";
g_lists_0[1] = "&#75;&#101;&#105;&#110;&#101;&#32;&#65;&#110;&#103;&#97;&#98;&#101;&#110;__";
g_lists_1 = new Array();
g_lists_1[0] = "&#70;&#78;&#80;&#45;&#196;&#110;&#100;&#101;&#114;&#117;&#110;&#103;&#101;&#110;&#32;&#105;&#109;&#32;&#86;&#101;&#114;&#102;&#97;&#104;&#114;&#101;&#110;__";
g_lists_1[1] = "&#119;&#105;&#114;&#107;&#115;&#97;&#109;&#101;&#32;&#70;&#78;&#80;&#45;&#196;&#110;&#100;&#101;&#114;&#117;&#110;&#103;&#101;&#110;&#32;&#115;&#101;&#105;&#116;&#32;&#50;&#48;&#48;&#50;__";
g_rwUL = new Array(3581888.94884482,5819553.1325434);
g_rwLR = new Array(3622840.05115518,5791483.48456737);
g_coordSys = "Germany_Zone_3";
g_coordUnits = "m";
g_attDir = "ATTRIBUTES_0/";
g_maptileimageDir = "MAPTILEIMAGES_0/";
g_mapViewDirs = new Array();
g_mapViewDirs.push(new Array("FNP - gesamte wirksame Fassung", "MAPTILEIMAGES_0/", "ATTRIBUTES_0/", "GEOTILES_0/", "SEARCHINDEX_0/", g_searchFields_0, g_searchChunks_0, "LISTS_0/", g_lists_0));
g_mapViewDirs.push(new Array("FNP - mit &#196;nderungensbereichen", "MAPTILEIMAGES_1/", "ATTRIBUTES_1/", "GEOTILES_1/", "SEARCHINDEX_1/", g_searchFields_1, g_searchChunks_1, "LISTS_1/", g_lists_1));
g_themeBrowserAsDropDown = true;
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_postToMapGallery = false;
g_mapGalleryAuthor = "";
g_mapGalleryTitle = "";
g_mapGalleryComment = "";
g_mapGalleryCopyright = "";
g_mapGalleryEmail = "";
g_mapGalleryIndustryId = 0;
g_mapGalleryIndustryText = "";
g_hasCopyrightInfo = true;
g_langDir = "LANGUAGES/";
g_attributesClumpingFactor = 1000;
g_customButtons = new Array();
g_customButtons[0] = new Array("FNP-Stand","FNP_Stand_SG_Brome.pdf");
g_customButtons[1] = new Array("Planzeichenerkl&auml;rung","FNP_Planzeichen.pdf");
g_searchFields = g_searchFields_0;
g_searchChunks = g_searchChunks_0;
g_lists = g_lists_0;
load_lang();
posCalc();
urlHandler();
}

