/* _config.js */
/* Dräger configuration */
var draeger;
if (!draeger) {
	draeger = {}
	}
	
$.extend(draeger, {
      // Active Language
        LANGUAGE: 'de',
	// Absolute path to the context, used to build complete path to images, e.g. DOCROOT + "/static/img/x.gif"
	DOCROOT: '/release_09_04_03',
	// URL Webservice
	SEND_PATH: 'http://80.77.215.31:8008/Q1/en/',
	// Imagepath Clipboard
	CLIPBOARD_IMG_PATH: '/media/productSelector/clipboardImages/',
        // Noflash Hinttext
        NOFLASH_HINT: 'Für optimale Darstellung bitte JavaScript aktivieren und/oder aktuellen',
        // Noflash Linktext
        NOFLASH_LINK: 'Adobe Flash Player installieren.',
        // Texts
	TEXT_DELETE: 'Löschen',
        // Label für Clipboard Hinzufügen
	LABEL_ADD_TO_CLIPBOARD: 'Zum Clipboard',
        // Error Message bei keiner Unterstützung der Bookmarkfunktion
	ERROR_BOOKMARK_SUPPORT: 'Ihr Browser unterstützt die Bookmarkfunktionalität leider nicht.',
         // r1.4: moved label text variable from <head> script area
	COLLECT_DL: 'Download sammeln',
        // Produktselektor 
        PRODUCTSELECTOR_ACTIVE: false,
        // Label Please Choose Product
        LABEL_ALL_PRODUCTSDROPDOWN: "Bitte wählen Sie...",
        // Option All Products of this Category
        LABEL_ALL_PRODUCTSOPTION: "Alle Produkte dieser Kategorie...",
        // HR Selektor
        HRSELECTOR_ACTIVE: false,
        // Label Dropdownbox
        LABEL_EMPTY_LOCATIONDROPDOWN: "Wählen Sie zuerst ein Land...",
        // All Location Option Dropdownbox
        LABEL_ALL_LOCATIONOPTION: "Alle Standorte",
        // All Category Option Dropdownbox
        LABEL_ALL_CATEGORYOPTION: "Alle Kategorien",
        // Event Selektor
        EVENTSELECTOR_ACTIVE: false,
        // Label Dropdownbox
        LABEL_EMPTY_INDUSTRYDROPDOWN: "Wählen Sie zuerst ein Land...",
        // All Industry Categories Option Dropdownbox
        LABEL_ALL_INDUSTRYOPTION: "Alle Industriekategorien",
        // Label Month Results
        LABEL_EVENT_RESULTS: "Unsere Termine und Veranstaltungen im",
         // Label Search Results
        LABEL_EVENTSEARCH_RESULTS: "Unsere Termine und Veranstaltungen mit dem Suchbegriff",
        // Address Selektor
        ADDRESSSELECTOR_ACTIVE: false,
        // Label Location/City Dropdownbox
        LABEL_EMPTY_CITYDROPDOWN: "Wählen Sie zuerst ein Land...",
        // Label Sellercategory Dropdownbox
        LABEL_EMPTY_CONTACTTYPEDROPDOWN: "Wählen Sie zuerst ein Land...",
        // All Sellercategory Option Dropdownbox
        LABEL_ALL_CONTACTTYPEOPTION: "Alle Kategorien",
        // All Cities Option Dropdownbox
        LABEL_ALL_CITYOPTION: "Alle Städte",
        // Seller Results Label Business Activities
        LABEL_BUSINESS_ACTIVITIES: "Leistungsspektrum",
        // Toolbox Cookie Names 
        COOKIE_TB_PRODUCTS: "draeger_clipboardlist",
        COOKIE_TB_JOBS: "draeger_joblist",
        COOKIE_TB_DOWNLOADS: "draeger_downloadlist",
        COOKIE_TB_PAGEREMINDER: "draeger_merklist",
        // Cookie Domain
        COOKIE_TB_DOMAIN: ""
        
})
