

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

// Tracking
confTrackingEnabled = false;

// PersoEngine
confPersoEngineEnabled = false;

// Browser Check
confBrowserCheckEnabled        = true;
confBrowserCheckHighendEnabled = true;
confBandwidthCheckEnabled      = true;
confIncompatibleBrowserUrl     = "/asia/en/general/incompatible.html";

// Technology Guide
technologyguideEnabled = true;
technologyguideDatabasePath = "/asia/en/insights/technology/technology_guide/_shared/js/database.js";

// ID-Modules
confIdModuleImage        = "/asia/en/_configuration/shared/img/id_modules.png";
confIdModuleImageGrey    = "/asia/en/_configuration/shared/img/id_modules_grey.png";
confIdModuleImageService = "/asia/en/_configuration/shared/img/id_modules_service.png";

// Height Of Modulnavigation
modulnavHeightTeasermode = 274;

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

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

var bandwidth_category="low";
var bandwidth_speed=0;
var bandwidth_valid=false;

//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.";

