function Calculate()
{
C=eval(document.frmAddItem.oa_attributes11.value);
D=eval(document.frmAddItem.oa_attributes12.value);
E=eval(document.frmAddItem.oa_attributes13.value);
F=eval(document.frmAddItem.oa_attributes14.value);
G=eval(document.frmAddItem.oa_attributes15.value);
H=eval(document.frmAddItem.oa_attributes16.value);
I=eval(document.frmAddItem.oa_attributes17.value);
J=eval(document.frmAddItem.oa_attributes18.value);
K=eval(document.frmAddItem.oa_attributes19.value);
L=eval(document.frmAddItem.oa_attributes20.value);
M=eval(document.frmAddItem.oa_attributes22.value);
N=eval(document.frmAddItem.oa_attributes23.value);
document.frmAddItem.oa_quantity.value= (C+D+E+F+G+H+I+J+K+L+M+N);
}
