function fenster(target,w,h) {
	win=window.open(target,"","width="+w+",height="+h+",left=100,top=100,toolbar=no,status=no,menubar=no,location=no,resizable=yes,scrollbars=yes");
	return false;
}
