// 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 technologyguideEnabled = false;
var technologyguideDatabasePath = null;

var confBrowserCheckEnabled = false;
var confBrowserCheckHighendEnabled  = false;
var confIncompatibleBrowserUrl = null;

var confIdModuleImage = null;

// Technology Guide
technologyguideEnabled = true;
technologyguideDatabasePath = "/com/en/insights/technology/technology_guide/_narrowband/js/database.js";

// Country-Language
confCountryId  = "XQ";
confLanguageId = "ru";

// Tracking
confTrackingEnabled = true;
gDcsId  = 	"dcsaw1ekr000000s9ak3rqvg5_2y7i";
gDomain = "statse.webtrendslive.com";

// Browser Check
confBrowserCheckEnabled = true;
confBrowserCheckHighendEnabled = true;
confIncompatibleBrowserUrl  = "/ru/ru/general/incompatible.html";

// ID-Modules
confIdModuleImage        = "/_common/_img/modul_navigation/id_moduls.png";
confIdModuleImageEng	 = "/_common/_img/modul_navigation/id_moduls_eng.png";
confIdModuleImageGrey    = "/_common/_img/modul_navigation/id_moduls_grey.gif";
confIdModuleImageService = "/_common/shared/img/id_moduls_service.png";

// Height Of Modulnavigation

if(typeof visTrigger != 'undefined'){
	var modulnavHeightTeasermode = 434;
	}else{
	var modulnavHeightTeasermode = 274;
}
// Date format
confDateFormat        = "DD.MM.YYYY";

// Price and hundreds delimiter
confPriceDelimiter    = ".";
confHundredsDelimiter = ",";

//Bandwidth layer
var bandwidth_bottomnavi_link_high = "Broadband content";
var bandwidth_bottomnavi_link_low = "Modem/ISDN content";
var bandwidth_headline_high = "Display content for broadband connections.";
var bandwidth_copy_high = "The international BMW website including a wide range of video sequences, animations and music - ideal for broadband and DSL connections. Please note that if you are using a modem or ISDN connection, loading broadband content will take considerably longer.";
var bandwidth_link_high = "Display content for broadband connections";
var bandwidth_headline_low = "For modem and ISDN connections.";
var bandwidth_copy_low = "The international BMW website including all images and information but without any music or video sequences - ideal for modem and ISDN connections.";
var bandwidth_link_low = "Display content for modem and ISDN connections";
var bandwidth_save_headline = "Set internet connection";
var bandwidth_save_copy = "Always display the following content:";
var bandwidth_save_button = "Save";
var bandwidth_save_select = "Please select";
var bandwidth_save_highband = "Broadband content";
var bandwidth_save_lowband = "Modem/ISDN content";
var bandwidth_save_auto = "Check automatically";
var bandwidth_save_confirm = "Your internet connection has been saved.";
var bandwidth_save_error_no_selection = "Please select a content version.";
var bandwidth_save_error_no_cookies = "Sorry, we are unable to save your settings as your browser does not allow cookies.";