
function onOpenDsfPopup( type )
{
    var useUrl = "stream/";
    
    if( type=="stream1")
      useUrl = useUrl+"opener.html";    
    else if( type=="stream2")
      useUrl = useUrl+"v2.html";
    else if( type=="stream3")
      useUrl = useUrl+"kelly_dsf.html";
      
    window.open( useUrl,"Victory","width=400,height=400,left=0,top=0");
}

function popup( url, width, height, what )
{
//    alert("FOUND!!!!!!!!!!!!!!!!!!!! " + url );
    window.open( url, "Victory", "width="+width+",height="+height+",toolbar=no,location=no,directories=no,status=no,scrollbars="+what+",resizeable=no,menubar=no");
}

function openTrikot2008AGBs()
{
    window.open("/Victory/misc/trikotaktion_2011_agbs.html", "Victory","width=640,height=840,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizeable=no,menubar=no");
}

function openCatalog(catalog)
{
    width=920;
    height = 625;
    window.open("katalog/index.html","pdw","width=" + width + ",height=" + height + ",toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizeable=no,copyhistory=no,menubar=no");
}

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

function openFsiViewer( artnr )
{
	width = 488;
	height = 331;
  window.open("http://erez.deichmann.com/popup.php?marke=victory&prodid=" + artnr, "pdw", "width=" + width + ",height=" + height + ",toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizeable=no,copyhistory=no,menubar=no");
}


function openTrikot2009Datenschutz()
{
    window.open("/Victory/index2.php?startPageUid=DI0LZF2RBTFCHWYIXALLWPIZYCDR0DNR", "Victory","width=1024,height=650,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizeable=no,menubar=no");
}

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

function openTrikot2010_video()
{ 
    window.open("/Victory/mediaplayer/movies/trikotverlosung_2010/trikot_2010.html", "Victory","width=410,height=230,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizeable=no,menubar=no");
}

function openTrikotDatenschutz()
{
    window.open("/Victory/misc/trikotaktion_datenschutz.html", "Victory","width=780,height=410,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizeable=no,menubar=no");
}


