
function openWindow(winfile)
		{
			window.open (winfile, 'moreinfo', 'width=600,height=600,scrollbars=yes,screenX=300,screenY=20,top=20,left=300')
		}
function openWindow2(winfile)
		{
			window.open (winfile, 'timetable', 'width=423,height=400,scrollbars=yes,screenX=100,screenY=60,top=60,left=100')
		}
