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

var confPersoEngineEnabled = false;
var confPersoEnginePid = null;
var confPersoEngineEventController = null;
var confPersoEngineProfileController = null;

var confTrackingEnabled = false;
var gDcsId = null;
var gDomain = null;

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

var technologyguideEnabled=false;
var technologyguideDatabasePath=null;

var confIdModuleImage = null;

var modulnavHeightTeasermode = 434;

var topnaviXenabled = false;

// Country-Language
confCountryId  = "IT";
confLanguageId = "it";

// Tracking
confTrackingEnabled = false;
gDcsId  = 	"dcs1om4xjpljwpdto7eqqu4e7_4p5x";
gDomain = "statse.webtrendslive.com";

// Browser Check
confBrowserCheckEnabled = false;
confBrowserCheckHighendEnabled = false;
confIncompatibleBrowserUrl  = "/it/it/general/incompatible.html";

// Technology Guide
technologyguideEnabled=false;
// technologyguideDatabasePath="";

// ID-Modules
confIdModuleImage = "/skin/website/widgets/id_moduls.png";
confIdModuleImageGrey    = "/skin/website/widgets/id_moduls_grey.png";
confIdModuleImageService = "/_common/shared/img/id_moduls_service.png";


// Height Of Modulnavigation
modulnavHeightTeasermode = 434;

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

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


// Topnavi X displayed
topnaviXenabled = "false";



