function calcPrintedSweatshirtPriceWRC(form)
{printedsweatshirt.custom.value = printedsweatshirt.custom1.value + " " + printedsweatshirt.custom2.value + " " + printedsweatshirt.custom3.value;
printedsweatshirt.os0.value = printedsweatshirt.custom.value;

if ((printedsweatshirt.custom2.value == "Adult2X") || (printedsweatshirt.custom2.value == "Adult3X"))
{printedsweatshirt.amount.value = 30.00;}

else
{printedsweatshirt.amount.value = 27.00;}
}