function my_popup() {
	window.open("/admin/help.html","_blank","width=300,height=200,resizable=yes,scrollbars=yes,toolbar=no,menubar=no,status=no,directories=no,location=no");
	return false;
}
function popup(){
	popwindow =  window.open('ladefenster.html','popwindow','width=600,height=500,left=20,top=20,scrollbars=yes,menubar=no');
	popwindow.focus();
}
function popupkaffee(){
	popwindowkaffee =  window.open('ladefenster.html','popwindowkaffee','width=600,height=600,left=20,top=20,scrollbars=auto,menubar=no');
	popwindowkaffee.focus();
}
