function calcFleeceSweatpantsPrice(form)
{fleecesweatpants.custom.value = fleecesweatpants.custom1.value + " " + fleecesweatpants.custom2.value + " " + 
fleecesweatpants.custom3.value + " " + fleecesweatpants.custom4.value + " " + fleecesweatpants.custom5.value + " " + 
fleecesweatpants.custom6.value;
fleecesweatpants.os0.value = fleecesweatpants.custom.value;

if ((fleecesweatpants.custom3.value == "LadiesS") || (fleecesweatpants.custom3.value == "LadiesM")
 || (fleecesweatpants.custom3.value == "LadiesL") || (fleecesweatpants.custom3.value == "LadiesXL")
  || (fleecesweatpants.custom3.value == "YouthS") || (fleecesweatpants.custom3.value == "YouthM")
   || (fleecesweatpants.custom3.value == "YouthL"))
{fleecesweatpants.amount.value = 26.00;}

else
{fleecesweatpants.amount.value = 21.00;}
}