function pop(datei,weite,hoehe){
	window.open(datei,"Fenster1","width="+ weite +",height="+ hoehe +",left=0,top=0,scrollbars=yes");
}

