var theXMLIs = theXMLIs;

function viewCart() {
    initProgressBar();
    document.location.href = "../html/viewscart";
}

