// JavaScript Document
function clear(item) {
document.basket[item].value = 0;
document.basket.submit();
}
