/*
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 = "Ländliche Entwicklung in Bayern<br><br>für den ländlichen Raum aktiv!";
g_hasOvMap = false;
g_showOvMapAtStart = false;
g_hasLegend = true;
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 = "Vorhaben der Ländlichen Entwicklung am ALE Mittelfranken";
g_hasComments = true;
g_comments = "Auszug aus dem Vorhabensinformationssystem der<br>Bayer. Verwaltung für Ländliche Entwicklung - LEVIS<br>Stand: 01 / 2010";
g_hasLogo = true;
g_hasScalebar = true;
g_hasCoordsDisplay = false;
g_hasPrintKnob = true;
g_hasZoomBar = true;
g_animatedZoom = true;
g_printAll = false;
g_printOvMap = true;
g_printLegend = true;
g_printScaleBar = true;
g_printHeadLine = true;
g_printAttributes = true;
g_printMarker = true;
/*
---------------------------------------------------------------------
The following option should not be changed without exact knowledge
---------------------------------------------------------------------
*/
g_baseMapExt = new Array(646,578);
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.11111111111112;
g_zoomFactors[2] = 3.8;
g_zoomFactors[3] = 7.6;
set_zoomLevel(0);
g_tSize = new Array(256, 256);
g_maptileimageFormat = "PNG";
g_geoTileSize = new Array(512 ,512);
g_geoTilesDir = "GEOTILES_0/";
g_ovMapExt = new Array(0,0);
g_ovMapImgSrc = "OVMAP.PNG";
g_dCLength = 672;
g_legendImgSrc = "LEGEND.PNG";
g_legendExt = new Array(280,300);
g_searchDir = "SEARCHINDEX_0/";
g_searchFields_0 = new Array();
g_searchChunks_0 = new Array();
g_logoSize = new Array(80,79);
g_logoPath = "DESIGN/LOGO.PNG";
g_listsDir = "LISTS_0/";
g_lists_0 = new Array();
g_lists_0[0] = "Vorhaben__";
g_lists_0[1] = "Orte_mit_Dorferneuerung__";
g_rwUL = new Array(4310822.87147764,5556160.64681508);
g_rwLR = new Array(4473197.98789454,5410877.64791574);
g_coordSys = "DHDN_3_Degree_Gauss_Zone_4";
g_coordUnits = "m";
g_attDir = "ATTRIBUTES_0/";
g_maptileimageDir = "MAPTILEIMAGES_0/";
g_mapViewDirs = new Array();
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 = false;
g_langDir = "LANGUAGES/";
g_attributesClumpingFactor = 1;
g_customButtons = new Array();
g_searchFields = g_searchFields_0;
g_searchChunks = g_searchChunks_0;
g_lists = g_lists_0;
load_lang();
posCalc();
urlHandler();
}
