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