// 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  = "CH";
confLanguageId = "it";

// Tracking
confTrackingEnabled = true;
gDcsId  = "dcsqkyl6g1000008uwf07j4nz_8t1e";
gDomain = "statse.webtrendslive.com";
gFpcDom = ".bmw-motorrad.ch";

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

// ID-Modules
confIdModuleImage        = "/ch/it/_common/img/id_module.png";
confIdModuleImageGrey    = "/ch/it/_common/img/id_module.png";

// Height Of Modulnavigation
modulnavHeightTeasermode = 274;

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

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