function pop_up(link, breite, hoehe) {
	Fenster = window.open(link, "", "width="+breite+", height="+hoehe+", left=30, top=30, resizable=yes, scrollbars=yes");
	Fenster.focus();
}