function newWindow(jpg,size) {
		bookWindow = window.open(jpg, "Image", size)
		bookWindow.focus()
	}
