function calcEmbroideredSweatshirtPrice(form)
{embroideredsweatshirt.custom.value = embroideredsweatshirt.custom1.value + " " + embroideredsweatshirt.custom2.value + " " + embroideredsweatshirt.custom3.value + " " + embroideredsweatshirt.custom4.value + " " + embroideredsweatshirt.custom5.value + " " + embroideredsweatshirt.custom6.value;
embroideredsweatshirt.os0.value = embroideredsweatshirt.custom.value;

if (embroideredsweatshirt.custom3.value == "#14-Embroidery")
{embroideredsweatshirt.amount.value = 35.00;}

else
{embroideredsweatshirt.amount.value = 30.00;}
}