/* HTML ImageMapper 10.0.23 */
function config_IM() {
    g_baseMapExt = new Array(1024,768);
    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.99967853374776;
    g_zoomFactors[3] = 7.99935706749552;
    g_zoomFactors[4] = 16.0200457538377;
    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(250, 187);
    g_ovMapImgSrc = "maptileimages/ovmap.png";

    g_dCLength = 20;

    g_hasLegend = true;
    g_legendImgSrc = "maptileimages/legend.png";
    g_legendExt = new Array(411,520);

    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 = true;
    g_searchDir = "searchIndex/";

    g_searchFields = new Array();
    g_searchFields[0] = 'IU BLDG#||STRING';
    g_searchFields[1] = 'ADDRESS||STRING';
    g_searchFields[2] = 'YEAR CONSTRUCTED||NUMBER';
    g_searchFields[3] = 'NO. OF LEVELS||STRING';
    g_searchFields[4] = 'TOTAL GSF (gross square feet)||NUMBER';
    g_searchFields[5] = 'IU 2-LETTER CODE||STRING';
    g_searchFields[6] = 'BLDG NAME||STRING';
    g_searchFields[7] = 'IU ACCESS ONLY FLOOR PLANS ||STRING';

    g_searchChunks = new Array();
    g_searchChunks["YEAR CONSTRUCTED"] = new Array();
    g_searchChunks["YEAR CONSTRUCTED"][0] = 2004;
    g_searchChunks["TOTAL GSF (gross square feet)"] = new Array();
    g_searchChunks["TOTAL GSF (gross square feet)"][0] = 124433;


    g_hasInfoBar = true;
    g_hasScalebar = true;
    g_hasCoordsDisplay = true;
    g_hasTitle = true;
    g_hasComments = true;
    g_hasLogo = true;
    g_logoSize = new Array(53,61);
    g_title = "Indiana University Northwest Campus Map";
    g_logoPath = "design/blockiu2.gif";
    g_authorInfo = "Created on 11&#8260;21&#8260;2006 by the IU FIMS GIS Team <br><br> <a href='help.html' target= '_blank'><font size=+1>Help</font></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";

    g_hasLists = true;
    g_listsDir = "lists/";
    g_lists = new Array();
    g_lists[0] = "BLDGS - IU__BLDG NAME";

    g_rwUL = new Array(2880356.10677494,2300050.70905098);
    g_rwLR = new Array(2885696.12202622,2296045.69761252);
    g_coordSys = "NAD_1983_StatePlane_Indiana_West_FIPS_1302_Feet";
    g_coordUnits = "ft";

    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();
}
