function addToCart(index) {
  window.location = "actions/cart.php?_add=1&itemId="+index;
}
