// -- Cornelsen Verlag - Produktsite Tafelwerk Interaktiv - Version 1.0
// -- Copyright (c) 1996-2007 WebTrends Inc. All rights reserved.
// -- Copyright (c) 2007-2010 e-dynamics GmbH All rights reserved.

function WTinit(that) {
    // begin: user modifiable
    that.dcsid="dcsox9crp00000kjcich4hwz3_2b6p";
    that.domain="www08.cornelsen.de";
    that.timezone=1;
    that.fpcdom ="";
    that.fpcdom=".tafelwerk-interaktiv.de";
    that.fpcdom=(that.fpcdom=="")?window.location.hostname:that.fpcdom;
    that.onsitedoms=_ed.ed_doms;
    that.downloadtypes=_ed.ed_types;
    that.navigationtag="div,table";
    that.trackevents=true;
    that.trimoffsiteparams=true;
    that.enabled=true; // gConvert
    that.i18n=false;
    that.fpc="WT_FPC";
    that.paidsearchparams="gclid";
    // end: user modifiable
}

function ed_init(ed_space) {
    // e-dynamics variables:
    ed_space.ed_doms=window.location.hostname;
    ed_space.ed_doms += ",tafelwerk-interaktiv.de";
    ed_space.ed_types ="xls,doc,ppt,pdf,txt,csv,zip";
    ed_space.ed_manualDownload = true;
    ed_space.ed_iv = "1.0_" + window.location.hostname; // WTi script version
}

// Checks if a dcsMultiTrack Call is manually attached to a Link
function ed_manualTrack(e) {
    var eventList = ['onclick','onmousedown','onmouseup'];
    for(i in eventList) {
        if( e.getAttribute(eventList[i]) && e.getAttribute(eventList[i]).indexOf('dcsMultiTrack') != -1 ) return true;
        
    }

    return false;
}
function ed_global() {
// _ed.plist['wti_param1'] = 'Wert';
// _ed.cookie.set('name','wert','optional:lebensdauer');
}
