function updateTShirtValue(frm){
	if (frm){frm.amount.value=(frm.baseprice.value)*1+(frm.os1.value)*1;}
}

