function evtLoad(){
	
}


function addItem(thisItem){
	t = document.shop;
	t.product_id.value = thisItem;
	t.submit();
}

function zeroItem(thisItem){
    eval ("document.updatequantity.q_" + thisItem + ".value=0;");
    document.updatequantity.submit();
}

