function neues_fenster(url,width,height) {
		popup = window.open(url,"_blank","toolbar=0,top=40,left=40,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=" + width + ",height=" + height + "screenX=50,screenY=50");
}
