function calcPrintedSweatshirtPrice(form)
{printedsweatshirt.custom.value = printedsweatshirt.custom1.value + " " + printedsweatshirt.custom2.value + " " + printedsweatshirt.custom3.value + " " + printedsweatshirt.custom4.value + " " + printedsweatshirt.custom5.value + " " + printedsweatshirt.custom6.value + " " + printedsweatshirt.custom7.value + " " + printedsweatshirt.custom8.value;
printedsweatshirt.os0.value = printedsweatshirt.custom.value;

if ((printedsweatshirt.custom2.value == "Adult2X") || (printedsweatshirt.custom2.value == "Adult3X"))
{printedsweatshirt.amount.value = 28.00;}

else
{printedsweatshirt.amount.value = 25.00;}
}