function openPopup (url, attributes) {
	popup = window.open(url, "fenster1", attributes);
	popup.focus();
}
