// oeffnet Popup
function openPopup(URL,popname,W,H,scroll,rezisable,X,Y) {
    var URL,popname,W,H,scroll,rezisable,X,Y;
    if (!popname) { popname='popup'; }
    if (!W) { W=520; }
    if (!H) { H=460; }
    if (!scroll) { scroll=0; }
    if (!rezisable) { rezisable=0; }
    if (!X) { X=screen.width/2-(W/2); }
    if (!Y) { Y=screen.height/2-(H/2)-20; }
    properties = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars="+scroll+",resizable="+rezisable+",";
    properties += "width="+W+",height="+H+",left="+X+",top="+Y;
    popwin=window.open(URL,popname,properties);
    popwin.focus();
}

// oeffnet Popup für easyRed Funktion auf HP
function popup(URL,pname,W,H,X,Y) {
    var URL,pname,W,H,X,Y;
    if (!W) { W=520; }
    if (!H) { H=460; }
    if (!pname) { pname=pop; }
    if (!X) { X=screen.width/2-(W/2); }
    if (!Y) { Y=screen.height/2-(H/2)-20; }
    popwin=window.open(URL,pname,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+W+",height="+H+",left="+X+",top="+Y+'"');
}

// oeffnet popupPointsOfSale
function popupPointsOfSale(URL,COUNTRY,W,H,X,Y) {
    var URL,COUNTRY,W,H,X,Y;
    if (!W) { W=594; }
    if (!H) { H=577; }
    if (!X) { X=screen.width/2-(W/2)+240; }
    if (!Y) { Y=screen.height/2-(H/2)-120; }
    properties = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,";
    properties += "width="+W+",height="+H+",left="+X+",top="+Y;
    popwin=window.open(URL,"popup2",properties);
    popwin.focus();
}

function showAutoDealer() {
	url='../07_disclaimer/fs_autorisierter_haendler.php';
	window.open(url,'autodealer','left=10,top=10,width=594,height=577,resizable=no,scrollbars=no,status=no,menubar=no,location=no,toolbar=0');
}
	
function popup_detail(url) {
popdetail=window.open(url,'detail','left=10,top=10,width=594,height=577,resizable=no,scrollbars=no,status=no,menubar=no,location=no,toolbar=0');
popdetail.focus();
}

function popup_login(url) {
    window.open(url,'poplog','left=10,top=10,width=589,height=423,resizable=no,scrollbars=no,status=no,menubar=no,location=no,toolbar=0');
}

function popup_disclaimer(url) {
    window.open(url,'','left=10,top=10,width=594,height=577,resizable=no,scrollbars=yes,status=no,menubar=no,location=no,toolbar=0');
}

function popup_useradmin(url) {
    window.open(url,'','left=10,top=10,width=589,height=423,resizable=no,scrollbars=no,status=no,menubar=no,location=no,toolbar=0');
}

function popup_press(url) {
    window.open(url,'','left=10,top=10,width=594,height=577,resizable=no,scrollbars=no,status=no,menubar=no,location=no,toolbar=0');
}

function popup_uhr(url) {
    window.open(url,'','left=10,top=10,width=594,height=577,resizable=no,scrollbars=no,status=no,menubar=no,location=no,toolbar=0');
}

function popup_neuheiten_2004(url) {
    window.open(url,'Neuheiten2004','left=10,top=10,width=788,height=572,resizable=no,scrollbars=no,status=no,menubar=no,location=no,toolbar=0');
}

function popup_special(url) {
    window.open(url,'Special','left=10,top=10,width=788,height=572,resizable=no,scrollbars=no,status=no,menubar=no,location=no,toolbar=0');
}

function popup_timezone(url) {
    window.open(url,'Special','left=10,top=10,width=788,height=572,resizable=no,scrollbars=no,status=no,menubar=no,location=no,toolbar=0');
}