function calcFullZipSweatshirtsPrice(form)
{fullzipsweatshirt.custom.value = fullzipsweatshirt.custom1.value + " " + fullzipsweatshirt.custom2.value + " " + 
fullzipsweatshirt.custom3.value + " " + fullzipsweatshirt.custom4.value + " " + fullzipsweatshirt.custom5.value + " " + 
fullzipsweatshirt.custom6.value;
fullzipsweatshirt.os0.value = fullzipsweatshirt.custom.value;

if ((fullzipsweatshirt.custom2.value == "LadiesS") || (fullzipsweatshirt.custom2.value == "LadiesM")
 || (fullzipsweatshirt.custom2.value == "LadiesL") || (fullzipsweatshirt.custom2.value == "LadiesXL")
  || (fullzipsweatshirt.custom2.value == "YouthS") || (fullzipsweatshirt.custom2.value == "YouthM")
   || (fullzipsweatshirt.custom2.value == "YouthL"))
{fullzipsweatshirt.amount.value = 35.00;}

else
{fullzipsweatshirt.amount.value = 25.00;}
}