function ObjektDetails (bild, breite, hoehe) {
	x=screen.availWidth/2-breite/2;
	y=screen.availHeight/2-hoehe/2;

	window.open ('objektdetails.php?bild=' + bild,'','width=' + breite +',height=' + hoehe +',left=' + x +',top=' + y +',screenX=' + x +',screenY=' + y);
}

function BildOption (von_wo, altes_bild, objekt_id, bild_nummer) {
	location.href='upload1.php?von_wo=' + von_wo + '&altes_bild=' + altes_bild + '&objekt_id=' + objekt_id + '&bild_nummer=' + bild_nummer;
}

function PDFOption (von_wo, alte_pdf, objekt_id) {
	location.href='upload3.php?von_wo=' + von_wo + '&alte_pdf=' + alte_pdf + '&objekt_id=' + objekt_id;
}

function PopupAnfahrt (breite, hoehe) {
	x=screen.availWidth/2-breite/2;
	y=screen.availHeight/2-hoehe/2;

	window.open ('anfahrt.html', '', 'width=' + breite + ', height=' + hoehe + ', left=' +x + ', top=' + y + ', screenX=' + x + ',screenY=' + y + ', toolbar=' + 0 + ', scrollbars=' + 0 + ', location=' + 0 + ', menubar=' + 0 + ', resizable=' + 0 + ', statusbar=' + 0);
}

function FeldLeeren1 () {
	document.Newsletter.name.value = "";
}

function FeldLeeren2 () {
	document.Newsletter.email.value = "";
}
