function TotalCheckedValues() {
var total = 0;
var items = "";
if(document.order._01.checked == true) { total += parseFloat(document.order._01.value); items += '#01,'; }
if(document.order._03.checked == true) { total += parseFloat(document.order._03.value); items += '#03,'; }
if(document.order._04.checked == true) { total += parseFloat(document.order._04.value); items += '#04,'; }
if(document.order._05.checked == true) { total += parseFloat(document.order._05.value); items += '#05,'; }
if(document.order._06.checked == true) { total += parseFloat(document.order._06.value); items += '#06,'; }
if(document.order._11.checked == true) { total += parseFloat(document.order._11.value); items += '#11,'; }
if(document.order._12.checked == true) { total += parseFloat(document.order._12.value); items += '#12,'; }
if(document.order._13.checked == true) { total += parseFloat(document.order._13.value); items += '#13,'; }
if(document.order._14.checked == true) { total += parseFloat(document.order._14.value); items += '#14,'; }
if(document.order._15.checked == true) { total += parseFloat(document.order._15.value); items += '#15,'; }
if(document.order._16.checked == true) { total += parseFloat(document.order._16.value); items += '#16,'; }
if(document.order._17.checked == true) { total += parseFloat(document.order._17.value); items += '#17,'; }
if(document.order._24.checked == true) { total += parseFloat(document.order._24.value); items += '#24,'; }
if(document.order._25.checked == true) { total += parseFloat(document.order._25.value); items += '#25,'; }
if(document.order._26.checked == true) { total += parseFloat(document.order._26.value); items += '#26,'; }
if(document.order._27.checked == true) { total += parseFloat(document.order._27.value); items += '#27,'; }
if(document.order._33.checked == true) { total += parseFloat(document.order._33.value); items += '#33,'; }
if(document.order._34.checked == true) { total += parseFloat(document.order._34.value); items += '#34,'; }
if(document.order._35.checked == true) { total += parseFloat(document.order._35.value); items += '#35,'; }
if(document.order._36.checked == true) { total += parseFloat(document.order._36.value); items += '#36,'; }
if(document.order._37.checked == true) { total += parseFloat(document.order._37.value); items += '#37,'; }
if(document.order._39.checked == true) { total += parseFloat(document.order._39.value); items += '#39,'; }
if(document.order._40.checked == true) { total += parseFloat(document.order._40.value); items += '#40,'; }
if(document.order._41.checked == true) { total += parseFloat(document.order._41.value); items += '#41,'; }
if(document.order._42.checked == true) { total += parseFloat(document.order._42.value); items += '#42,'; }
if(document.order._57.checked == true) { total += parseFloat(document.order._57.value); items += '#57,'; }
if(document.order._58.checked == true) { total += parseFloat(document.order._58.value); items += '#58,'; }
if(document.order._59.checked == true) { total += parseFloat(document.order._59.value); items += '#59,'; }
if(document.order._60.checked == true) { total += parseFloat(document.order._60.value); items += '#60,'; }
if(document.order._61.checked == true) { total += parseFloat(document.order._61.value); items += '#61,'; }
if(document.order._62.checked == true) { total += parseFloat(document.order._62.value); items += '#62,'; }
if(document.order._63.checked == true) { total += parseFloat(document.order._63.value); items += '#63,'; }
if(document.order._64.checked == true) { total += parseFloat(document.order._64.value); items += '#64,'; }
if(document.order._65.checked == true) { total += parseFloat(document.order._65.value); items += '#65,'; }
if(document.order._66.checked == true) { total += parseFloat(document.order._66.value); items += '#66,'; }
if(document.order._67.checked == true) { total += parseFloat(document.order._67.value); items += '#67,'; }
if(document.order._68.checked == true) { total += parseFloat(document.order._68.value); items += '#68,'; }
if(document.order._69.checked == true) { total += parseFloat(document.order._69.value); items += '#69,'; }
if(document.order._70.checked == true) { total += parseFloat(document.order._70.value); items += '#70,'; }
if(document.order._71.checked == true) { total += parseFloat(document.order._71.value); items += '#71,'; }
if(document.order._72.checked == true) { total += parseFloat(document.order._72.value); items += '#72,'; }
if(document.order._73.checked == true) { total += parseFloat(document.order._73.value); items += '#73,'; }
if(document.order._74.checked == true) { total += parseFloat(document.order._74.value); items += '#74,'; }
if(document.order._76.checked == true) { total += parseFloat(document.order._76.value); items += '#76,'; }
if(document.order._77.checked == true) { total += parseFloat(document.order._77.value); items += '#77,'; }
if(document.order._78.checked == true) { total += parseFloat(document.order._78.value); items += '#78,'; }
if(document.order._85.checked == true) { total += parseFloat(document.order._85.value); items += '#85,'; }
if(document.order._86.checked == true) { total += parseFloat(document.order._86.value); items += '#86,'; }
if(document.order._87.checked == true) { total += parseFloat(document.order._87.value); items += '#87,'; }
if(document.order._88.checked == true) { total += parseFloat(document.order._88.value); items += '#88,'; }
if(document.order.compxmas.checked == true) { total += parseFloat(document.order.compxmas.value); items += '#89,'; }
if(document.order.comp6_9.checked == true) { total += parseFloat(document.order.comp6_9.value); items += '#06-09,'; }
if(document.order.comp10_14.checked == true) { total += parseFloat(document.order.comp10_14.value); items += '#10-14,'; }
if(document.order.comp15_19.checked == true) { total += parseFloat(document.order.comp15_19.value); items += '#15-19,'; }
if(document.order.comp20_23.checked == true) { total += parseFloat(document.order.comp20_23.value); items += '#20-23,'; }
if(document.order.comp15_23.checked == true) { total += parseFloat(document.order.comp15_23.value); items += '#15-23,'; }
if(document.order.EPclub2.checked == true) { total += parseFloat(document.order.EPclub2.value); items += 'EP Club #2,'; }
if(total > 41 && document.order._01.checked == true) { total -= 2; }
if(total > 41 && document.order._03.checked == true) { total -= 2; }
if(total > 41 && document.order._04.checked == true) { total -= 2; }
if(total > 41 && document.order._05.checked == true) { total -= 2; }
if(total > 41 && document.order._06.checked == true) { total -= 2; }
if(total > 41 && document.order._11.checked == true) { total -= 2; }
if(total > 41 && document.order._12.checked == true) { total -= 2; }
if(total > 41 && document.order._13.checked == true) { total -= 2; }
if(total > 41 && document.order._14.checked == true) { total -= 2; }
if(total > 41 && document.order._15.checked == true) { total -= 2; }
if(total > 41 && document.order._16.checked == true) { total -= 2; }
if(total > 41 && document.order._17.checked == true) { total -= 2; }
if(total > 41 && document.order._24.checked == true) { total -= 2; }
if(total > 41 && document.order._25.checked == true) { total -= 2; }
if(total > 41 && document.order._26.checked == true) { total -= 2; }
if(total > 41 && document.order._27.checked == true) { total -= 2; }
if(total > 41 && document.order._33.checked == true) { total -= 2; }
if(total > 41 && document.order._34.checked == true) { total -= 2; }
if(total > 41 && document.order._35.checked == true) { total -= 2; }
if(total > 41 && document.order._36.checked == true) { total -= 2; }
if(total > 41 && document.order._37.checked == true) { total -= 2; }
if(total > 41 && document.order._39.checked == true) { total -= 2; }
if(total > 41 && document.order._40.checked == true) { total -= 2; }
if(total > 41 && document.order._41.checked == true) { total -= 2; }
if(total > 41 && document.order._42.checked == true) { total -= 2; }
if(total > 41 && document.order._57.checked == true) { total -= 2; }
if(total > 41 && document.order._58.checked == true) { total -= 2; }
if(total > 41 && document.order._59.checked == true) { total -= 2; }
if(total > 41 && document.order._60.checked == true) { total -= 2; }
if(total > 41 && document.order._61.checked == true) { total -= 2; }
if(total > 41 && document.order._62.checked == true) { total -= 2; }
if(total > 41 && document.order._63.checked == true) { total -= 2; }
if(total > 41 && document.order._64.checked == true) { total -= 2; }
if(total > 41 && document.order._65.checked == true) { total -= 2; }
if(total > 41 && document.order._66.checked == true) { total -= 2; }
if(total > 41 && document.order._67.checked == true) { total -= 2; }
if(total > 41 && document.order._68.checked == true) { total -= 2; }
if(total > 41 && document.order._69.checked == true) { total -= 2; }
if(total > 41 && document.order._70.checked == true) { total -= 2; }
if(total > 41 && document.order._71.checked == true) { total -= 2; }
if(total > 41 && document.order._72.checked == true) { total -= 2; }
if(total > 41 && document.order._74.checked == true) { total -= 2; }
if(total > 41 && document.order._76.checked == true) { total -= 2; }
if(total > 41 && document.order._77.checked == true) { total -= 2; }
if(total > 41 && document.order._78.checked == true) { total -= 2; }
if(total > 41 && document.order._85.checked == true) { total -= 2; }
if(total > 41 && document.order._86.checked == true) { total -= 2; }
if(total > 41 && document.order._87.checked == true) { total -= 2; }
if(total > 41 && document.order._88.checked == true) { total -= 2; }
if(total > 41 && document.order.compxmas.checked == true) { total -= 2; }
var ts = new String(total);
document.order.item_name.value = items;
document.order.T.value = ts;
document.order.amount.value = ts;
}