function newWindow(tutorpdf)
			{
				tutorWindow=window.open(tutorpdf, 'tutor')
				tutorWindow.focus()
			}