function newWindow (product) {
	productWindow = window.open(product,"productjpg","width=475, height=335")
	productWindow.focus()
	}