
<!--
function enablefields(giftcard)		//This function is called from validategiftcardform.js
{

// Enable the following fiels to add them to the giftcard email.

	giftcard.Ship_to_Name.disabled = false;
	giftcard.Ship_to_Address1.disabled = false;
	giftcard.Ship_to_Address2.disabled = false;
	giftcard.Ship_to_City.disabled = false;
	giftcard.Ship_to_State.disabled = false;
	giftcard.Ship_to_ZipCode.disabled = false;
}
//-->
