function zeitplan(name, url, width, height) {
	window.open(url, name, 'width=1000, height=700, left=150, top=150,, scrollbars=yes, menubar=no, location=no, resizable=yes, statusbar=no');
}
