function foto (gid, bfn) {
	url = "http://www.kuss24.net/fotoalbum/popup/?galerie=" + gid + "&bild=" + bfn;
	Fenster = window.open(url, "foto", "width=1024,height=768,left=0,top=0,status=no,toolbar=no,scrollbars=yes,resizable=no,location=no,hotkeys=no,dependant=yes");
	Fenster.focus();
}

function res_status () {
	url = "http://reservierung.kleineshaus.net/status/?linked=1";
	Fenster = window.open(url, "res_status", "width=780,height=580,left=0,top=0,status=no,toolbar=no,scrollbars=yes,resizable=no,location=no,hotkeys=no,dependant=yes");
	Fenster.focus();
}