function swap_preview(href, img) {
	document.getElementById("image_preview").src = "/images/giftprint/" + img;
	href.blur();
}
