function UIConfig(){ } //-------------------------------------------------------------------------- // // Map HTML IDs // //-------------------------------------------------------------------------- UIConfig.mapImageID = 'mapImage'; UIConfig.esriMapID = 'esriMapDiv'; UIConfig.staticImageSliderID = 'staticImageSliderDiv'; //-------------------------------------------------------------------------- // // Geo Coder HTML IDs // //-------------------------------------------------------------------------- UIConfig.addressTabID = "addressTab"; UIConfig.latLongTabID = "latLongTab"; UIConfig.latLongInputContentDivID = 'latlong'; UIConfig.addressInputContentDivID = 'address'; UIConfig.addressInputID = "streetAddress"; UIConfig.cityInputID = "city"; UIConfig.stateInputID = "state"; UIConfig.zipInputID = "zipCode"; //-------------------------------------------------------------------------- // // Data Link HTML IDs // //-------------------------------------------------------------------------- UIConfig.dataTypeIDtoLinkID = new Array(); UIConfig.dataTypeIDtoLinkID[ESRIConfig.voiceDataTypeID] = 'voice'; UIConfig.dataTypeIDtoLinkID[ESRIConfig.dataDataTypeID] = 'data'; UIConfig.dataTypeIDtoLinkID[ESRIConfig.goPhoneDataTypeID] = 'gophone'; UIConfig.dataTypeIDtoLinkID[ESRIConfig.goPhonePYPDataTypeID] = 'gophone'; UIConfig.dataTypeIDtoLinkID[ESRIConfig.goPhonePAYGDataTypeID] = 'gophone'; UIConfig.dataTypeIDtoLinkID[ESRIConfig.smartLimitsFamilyMapLooptDataTypeID] = 'smartlimits'; UIConfig.dataTypeIDtoLinkID[ESRIConfig.mobileTVDataTypeID] = 'mobiletv'; //-------------------------------------------------------------------------- // // Address Error Box HTML IDs // //-------------------------------------------------------------------------- UIConfig.errorDivID='error'; UIConfig.messageHeadDivID='messageHeading'; UIConfig.messageBodyDivID='messageBody'; UIConfig.locateResultDivID='multiResultsContainer'; // ------------------ Geocoding Result Display ----------------------------- UIConfig.addressListTable=""; UIConfig.addressTableRowHTML="";

[ADDRESS]