// 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 confBrowserCheckEnabled = false;
var confBrowserCheckHighendEnabled  = false;
var confIncompatibleBrowserUrl = null;

var confIdModuleImage = null;

var modulnavHeightTeasermode = 274;

// Country-Language
confCountryId  = "portal";
confLanguageId = "en";

// Tracking
confTrackingEnabled = true;
gDcsId  = 	"dcsaiptb911e5hire0bgk1tpd_1k5r";
gDomain = "statse.webtrendslive.com";

// Browser Check
confBrowserCheckEnabled = false;
confBrowserCheckHighendEnabled = false;
confIncompatibleBrowserUrl  = "/web/portal/en/general/incompatible.html";

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

// Height Of Modulnavigation
modulnavHeightTeasermode = 274;

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

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