var cartChanged = false;

function reportChange() {
   cartChanged = true;
}

function doPrint() {
   window.print();
}
