	function newWindow(winSrc) {
		bookWindow = window.open(winSrc, '')
		bookWindow.focus()
	}

