// 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  = "US";
confLanguageId = "en";

// Tracking
confTrackingEnabled = true;
gDcsId  = "dcsmir0f010000spavgac240t_9i9m";
gDomain = "statse.webtrendslive.com";
gFpcDom = ".bmwmotorcycles.com";

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

// ID-Modules
confIdModuleImage        = "/us/en/_common/img/id_module.png";
confIdModuleImageGrey    = "/us/en/_common/img/id_module.png";

// Height Of Modulnavigation
modulnavHeightTeasermode = 274;

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

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