
function fenster(url) {
w = window.open(url,"fotos","width=800,height=800,top=0,left=0,toolbar=no,location=no,directories=no,menubar=no,status=no,scrollbars=yes,resizable=yes,hotkeys=no,copyhistory=no");
w.focus();
}
