function popuplandscape(url) {
	fenster=window.open(url, "Popup", "height=485,width=720,resizable=yes");
	fenster.focus();
	return false;
}