function Go(x) {
 if(x == "nothing") {
 	document.multiauswahl.reset();
    return;
 }
 else if(x == "end")
   top.location.href = parent.frames[1].location;
 else {
   window.location.href = x;

 }
}

function belegung (weitergabe) {
	var breite = screen.width/2-225;
	var hoehe = screen.height/2-300;
	if (window.offen && !offen.closed){
		offen.focus();
	}
	else {
		offen = window.open("content/kalender.php?objekt="+weitergabe+"", "Belegungskalender", "left="+breite+",top="+hoehe+",width=450,height=600" );
	}
}

function popup (weitergabe) {
	var breite = screen.width/2-400;
	var hoehe = screen.height/2-300;
	if (window.offen && !offen.closed){
		offen.focus();
	}
	else {
		offen = window.open("/content/fotoanzeigelarge.php?id="+weitergabe+"", "Foto", "left="+breite+",top="+hoehe+",width=600,height=500" );
	}
}
