﻿
function ConfirmCart()
{
    alert("This product has been added to your cart!\n\nOnce you are finished shopping, select 'Checkout' from the left menu to complete your order.\n\nTo modify the contents of your cart, click 'Your Cart' from the left menu.\n\nThanks!");
}

