
// Newsletter
function openWinNL() {
F2=window.open("newsletter.html","Newsletter","width=460,height=430,status=no, resizable=no,menubar=no,screenX=100,screenY=0,location,toolbar");
}

// gaestebuch/index.html
function openWinGb() { F3=window.open("gaestebuch/index.html","Gaestebuch","left=40,top=40,width=460,height=430,status=0,scrollbars=yes");
}

// Impressum.html
function openWinImpressum() {
F3=window.open("impressum.html","Gaestebuch","left=40,top=40,width=400,height=370,status=0,scrollbars=no");
}
