function doIncrement(b,a){t=document.getElementById(a);if(b=="add")t.value++;else if(t.value>1)t.value--};
