// JavaScript Document
function setPurchaseVar(id) {
	document.giftcardsform.addToCart.value = id;
	document.giftcardsform.submit();
}