function popAnfahrt() {
			w=830;
			h=645;
			url = '/de/popup.php';
			myPop = window.open(url,"myPop","height=" + h + ",width=" + w + ";location=no,menubar=no,status=no,toolbar=no,scrollbars=no,resizable=no,top=50,left=50");
			myPop.focus();
//			return false;
		}