function TotalAmount() {
  document.order.ColorMap22x23Total.value = document.order.ColorMap22x23.value * 15
  document.order.BWMap36x38Total.value = document.order.BWMap36x38.value * 12
  document.order.CottonseedStoragePileTotal.value = Math.round(document.order.CottonseedStoragePile.value * 6.6 * 10) / 10
  document.order.CCGASafetyBookletsTotal.value = Math.round(document.order.CCGASafetyBooklets.value * 0.75 * 100) / 100
  document.order.GinSafety1Total.value = document.order.GinSafety1.value * 15
  document.order.GinSafety2Total.value = document.order.GinSafety2.value * 15
  document.order.GinSafetyOSHATotal.value = document.order.GinSafetyOSHA.value * 15
  document.order.GinSafetyOSHASpanishTotal.value = document.order.GinSafetyOSHASpanish.value * 15
  document.order.GinSafety4Total.value = document.order.GinSafety4.value * 15
  document.order.GinSafety4SpanishTotal.value = document.order.GinSafety4Spanish.value * 15
  document.order.LintCleanerStickerTotal.value = Math.round(document.order.LintCleanerSticker.value * 0.05 * 100) / 100
  
  document.order.Total.value = document.order.Total2.value = Math.round((1 * document.order.ColorMap22x23Total.value + 1 * document.order.BWMap36x38Total.value + 1 * document.order.CottonseedStoragePileTotal.value + 1 * document.order.CCGASafetyBookletsTotal.value + 1 * document.order.GinSafety1Total.value + 1 * document.order.GinSafety2Total.value + 1 * document.order.GinSafetyOSHATotal.value + 1 * document.order.GinSafetyOSHASpanishTotal.value + 1 * document.order.GinSafety4Total.value + 1 * document.order.GinSafety4SpanishTotal.value + 1 * document.order.LintCleanerStickerTotal.value) * 100) / 100
}
