

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

// Tracking
confTrackingEnabled = true;

// PersoEngine
confPersoEngineEnabled = false;

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

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

// ID-Modules
confIdModuleImage        = "/kr/en/_configuration/shared/img/id_modules.png";
confIdModuleImageGrey    = "/kr/en/_configuration/shared/img/id_modules_grey.png";
confIdModuleImageService = "/kr/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 = ",";

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

// share
var share_services_active = true;
var share_services_headline = "Share with:";
var share_services = new Array();
share_services[0] = new Array('Naver','http://www.naver.com','/kr/_common/files/img/share_icons/naver.gif');
share_services[1] = new Array('Daum','http://www.daum.net','/kr/_common/files/img/share_icons/daum.gif');
share_services[2] = new Array('Facebook','http://www.facebook.com/sharer.php?u={#share_url}&t={#share_title}','/kr/_common/files/img/share_icons/facebook.gif');
share_services[3] = new Array('Yahoo','http://www.yahoo.co.kr','/kr/_common/files/img/share_icons/yahoo.gif');
share_services[4] = new Array('Cyworld','http://www.cyworld.com','/kr/_common/files/img/share_icons/cyworld.gif');
share_services[5] = new Array('Twitter','http://twitter.com/home/?status={#share_url}','/kr/_common/files/img/share_icons/twitter.gif');


