
function removeFromCart(productId) {
	window.location = "index.php?page=cart&action=removeItem&item=" + productId;
}
