function increase(target, id){
    window.location = "cart.php?act=update&id=" + id + "&quantity=" + target.value
}