 function newWindow(imgName) {
		imgWindow = window.open(imgName, "imgWin", "width=620,height=460")
		imgWindow.focus()
	}

