/*
HTML ImageMapper NG
---------------------------------------------------------------
Additional configuration variables. Change behavior of output
by changing string value or setting booleans to true / false.
---------------------------------------------------------------
*/
function config_IM() {
g_startUpMessage = "Loading HTML ImageMapper NG AJAX";
g_hasOvMap = false;
g_showOvMapAtStart = false;
g_hasLegend = false;
g_showLegendAtStart = false;
g_hasSearch = false;
g_showSearchAtStart = false;
g_hasLists = false;
g_showListsAtStart = false;
g_hasInfoBar = false;
g_hasTitle = false;
g_title = "HTML ImageMapper NG - AJAX";
g_hasComments = false;
g_comments = "Created with HTML ImageMapper NG";
g_hasLogo = false;
g_hasScalebar = false;
g_hasCoordsDisplay = false;
g_hasPrintKnob = true;
g_hasZoomBar = false;
g_animatedZoom = true;
g_printAll = false;
/*
---------------------------------------------------------------------
The following option should not be changed without exact knowledge
---------------------------------------------------------------------
*/
g_baseMapExt = new Array(7602,4735);
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;
set_zoomLevel(0);
g_tSize = new Array(256, 256);
g_maptileimageFormat = "jpg";
g_geoTileSize = new Array(512 ,512);
g_geoTilesDir = "geoTiles_0/";
g_ovMapExt = new Array(0,0);
g_ovMapImgSrc = "ovmap.png";
g_dCLength = 77;
g_legendImgSrc = "legend.png";
g_legendExt = new Array(0,0);
g_searchDir = "searchIndex_0/";
g_searchFields_0 = new Array();
g_searchChunks_0 = new Array();
g_logoSize = new Array(0,0);
g_logoPath = "design/";
g_listsDir = "lists_0/";
g_lists_0 = new Array();
g_rwUL = new Array(3036492.34927437,1772169.89948487);
g_rwLR = new Array(3267455.28330215,1628312.98629043);
g_coordSys = "NAD_1983_StatePlane_Colorado_Central_FIPS_0502_Feet";
g_coordUnits = "n/a";
g_attDir = "attributes_0/";
g_maptileimagePraefix = "diemap_";
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_searchFields = g_searchFields_0;
g_searchChunks = g_searchChunks_0;
g_lists = g_lists_0;
load_lang();
posCalc();
urlHandler();
}

