xZur Zeit ist leider kein Mitarbeiter im Chat verfügbar. Bitte versuchen Sie es später noch einmal.
');
});
function win_open(URL, WIN_NAME, WIDTH, HEIGHT) {
if(!WIN_NAME) { WIN_NAME = "Großbild"; }
popup = window.open(URL,WIN_NAME,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width="+WIDTH+",height="+HEIGHT+",top=0,left=0");
popup.focus();
}