function show(pfad,breite,hoehe) {
	w = window.open(pfad,'_blank','width='+breite+',height='+hoehe+',resizable=yes,scrollbars=yes');
	w.focus();
}

