// +++++++++++++++++++++++++++++++++++++++++++++++++++
//    Allgemein
// +++++++++++++++++++++++++++++++++++++++++++++++++++


function openWindow(url,name,eigenschaften)
    {
        window.open(url,name,eigenschaften);
    }

function popup(pname, width, height, scrollbars) 
{
  msg=open(pname,"pname","width=" + width + ",height=" + height + ",toolbar=no,location=no,directories=no,status=no,scrollbars=" + scrollbars + ",resizeable=no,menubar=no");
}
 

// +++++++++++++++++++++++++++++++++++++++++++++++++++
//    ShopLink
// +++++++++++++++++++++++++++++++++++++++++++++++++++

function shopTracker_pro_en(sku, refcode, category, category_id)
{
    msg = self.opener.location.href = 'http://www.deichmann.com/website_en/zwischenseite.php?sku=' + sku + '&refcode=' + refcode + '&category=' + category + '&category_id=' + category_id;
}

function shopTracker_pro(sku, refcode, category, category_id)
{
    msg = self.opener.location.href = '/Elefanten/de/skript/shopTracker.php?sku=' + sku + '&refcode=' + refcode + '&category=' + category + '&category_id=' + category_id;
}
 
// +++++++++++++++++++++++++++++++++++++++++++++++++++
//    Prospekte
// +++++++++++++++++++++++++++++++++++++++++++++++++++

function prospekt(katalog)
{
  width=920;
  height = 625;
  
pdw=open("http://www.deichmann.de/catalog/index.php?lang=lang_de_de&cat=" + katalog ,"pdw","width=" + width + ",height=" + height + ",toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizeable=no,copyhistory=no,menubar=no");
}

function prospekt_de_p1_elefanten() 
{
  width=920;
  height = 625;
  pdw=open("/prospekte/index.html?lang=lang_def&amp;cat=p1_elefanten","pdw","width=" + width + ",height=" + height + ",toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizeable=no,copyhistory=no,menubar=no");
}
function prospekt_en_p1_elefanten() 
{
  width=920;
  height = 625;
  pdw=open("/prospekte/index.html?lang=lang_eef&amp;cat=p1_elefanten","pdw","width=" + width + ",height=" + height + ",toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizeable=no,copyhistory=no,menubar=no");
}

function prospekt_de_broschuere() 
{
  width=920;
  height = 625;
  pdw=open("/prospekte/index.html?lang=lang_def&amp;cat=broschuere","pdw","width=" + width + ",height=" + height + ",toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizeable=no,copyhistory=no,menubar=no");
}
function prospekt_en_broschuere() 
{
  width=920;
  height = 625;
  pdw=open("/prospekte/index.html?lang=lang_eef&amp;cat=broschuere","pdw","width=" + width + ",height=" + height + ",toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizeable=no,copyhistory=no,menubar=no");
}
function prospekt_de_Sonderbeilage() 
{
  width=920;
  height = 625;
  pdw=open("/prospekte/index.html?lang=lang_def&amp;cat=BildAnzeigeSonderbeilage","pdw","width=" + width + ",height=" + height + ",toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizeable=no,copyhistory=no,menubar=no");
}

function openDeichmannCatalog(catalog)
{
    openCatalog(catalog, "", "");
}

function openCatalog(catalog, language, style)
{
    width=920;
    height = 625;
    if(language == undefined || language == "") language = ( ("COM" == "DEU") ? "de" : "en");
    if(style == undefined) style = "elefanten";
    pdw=open("http://www.deichmann.de/catalog/index.php?lang=lang_"+ language + "_de" + ((style != "") ? ("_"+style) : "") + "&cat=" + catalog,"pdw","width=" + width + ",height=" + height + ",toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizeable=no,copyhistory=no,menubar=no");
}

function popup_online_special() {
  popup('http://www.deichmann.com/website/schuhfashion/', 990, 700, 'no');
}