// take care variables are definitly defined
var confCountryId  = null;
var confLanguageId = null;
var confCountryTopic  = null;
var confLanguageTopic = null;

var confTrackingEnabled = false;
var gDcsId = null;
var gDomain = null;
var gFpcDom = ".bmw-motorrad.com";

var confBrowserCheckEnabled = false;
var confBrowserCheckHighendEnabled  = false;
var confIncompatibleBrowserUrl = null;

var confIdModuleImage = null;

var modulnavHeightTeasermode = 274;

// Country-Language
confCountryId  = "XL";
confLanguageId = "es";

// Tracking
confTrackingEnabled = true;
gDcsId  = "dcs6zti2o000000o6537zvco0_3l7s";
gDomain = "webtrends.bmw-motorrad.com";
gFpcDom = ".bmw-motorrad.com";

// Browser Check
confBrowserCheckEnabled = false;
confBrowserCheckHighendEnabled = false;
// confIncompatibleBrowserUrl  = "";

// ID-Modules
confIdModuleImage        = "/lam/es/_common/img/id_module.png";
confIdModuleImageGrey    = "/lam/es/_common/img/id_module.png";

// Height Of Modulnavigation
modulnavHeightTeasermode = 274;

// Date format
confDateFormat        = "YYYY-MM-DD";

// Price and hundreds delimiter
confPriceDelimiter    = ".";
confHundredsDelimiter = ",";

