
	//popup window for emailing
	function imageDetailsWindow(page, width, height) {
		newWindow = window.open(page, "productWindow", "width="+width+",height="+height);
		if (window.focus) {newWindow.focus()}
	}