function newWindow1(tutorpdf)
			{
				tutorWindow=window.open(tutorpdf, 'tutor', "toolbar=no, location=no, scrollbars=no, width=650 height=310 ")
				tutorWindow.focus()
			}