function bestel(product_id) { new Ajax.Updater('cart','/ajax/add_product.php', {parameters: {product_id:product_id}}); }
function product(action,regel) { new Ajax.Updater('bestelling','/ajax/edit_product.php', {parameters:{action:action,regel:regel}}); }
