function calcEmbroideredSweatshirtPriceWRC(form)
{embroideredsweatshirt.custom.value = embroideredsweatshirt.custom1.value + " " + embroideredsweatshirt.custom2.value;
embroideredsweatshirt.os0.value = embroideredsweatshirt.custom.value;

if (embroideredsweatshirt.custom3.value == "#14-Embroidery")
{embroideredsweatshirt.amount.value = 35.00;}

else
{embroideredsweatshirt.amount.value = 32.00;}
}