function storelocator_config(){}

var country = "AU";     // country name
var lang = "en";       // country language
var map_controls_lang = "en";
var map_api_referer = 'nokia.com';
var map_api_token = 'e01c5064fe6d5cd047e70b08242534d1';
var itemsPerPage = 25;
var maxTipsLen  = 130; //this is the maximum tips length for map useablility tips at bottom of map
var showStoreTypes=1;  //this is to show all store types as options: true=show, false=hide
var showStoreTypeDesc=1;  //this is to show store types descriptions: true=show, false=hide
var cityThenPcode=1;  //this is to all the display of City before postcode: true=city, postcode :: false=postcode, city
var showStoreTypeImages=1; //this is to show store types icons: true=show, false=hide
var markerColor = "#ffffff";
var markerColorSelected ="#000000";
var central_city = "canberra";

var S_localSiteRelPath = "/NOKIA_AUSTRALIA_88/Get_Support/Application/CareCenterLocator/carelocator_ovi/"; 
//var S_localSiteRelPath = "/NOKIA_AUSTRALIA_88/Get_Support/Application/CareCenterLocator/"; // this is the relative path, where application is located for individual countries

var sortResultByCol = "CityVal"; // Addr1Val, NameVal, CityVal  ,PcodeVal
var clusteredInfoBoxWidth = 20;
var cibShowStoreName = 1;
var cibShowGroupNameAndStoreName = 0;
var cibShowNumberAndStoreName = 1;
var showLatLonValOn=1;  // this is to Show latitude /longitude values in the infobox "extra tab "  on the map , 1 to activate, 0 to deactivate
var showZoomInLink =1; // this is to Show Zoom in / out link in the infobox on the map   , 1 to activate, 0 to deactivate
var useGeocodesFromSLDbase = 0;   // this is to ask the application to use latitude /longitude from the webservice data rather than from e.g gb_geocodes.xml file, 1 to activate, 0 to deactivate  [switch back to xml file]
var showPhone2Value=1;
var showMobileValue=1;

// AU Care Center Specific
var presetStoreTypesArr=new Array("561"); // 561=repair center this allow us to resrtict the store types to search, please note: checking and unchecking storetyps in UI will not affect this values, these value are appended to search query
var storetypesFromFile = 1;
var areaListFromFile = 1;
var disableSTCheckbox=1;  // 0= do nothing, 1 hide checkbox, 2 show disabled checkboxes





