function newWindow(tutorpdf){

tutorWindow=window.open(tutorpdf, "tutor", "toolbar=yes, width=750, location=yes, navigator=yes, directories=no, menubar=yes, resizable=yes, status=yes, titlebar=no, personalbar=no, statusbar=no, scrollbars=yes")
}

function jumpPage(newLoc) {
			newPage = newLoc.options[newLoc.selectedIndex].value
	
			if (newPage != "") {
				window.location = newPage
			}
		}