function newWindow(itemjpg) {
	itemWindow = window.open(itemjpg, "Item", "width=641,height=481")
	itemWindow.focus()
	}