

function ProcessCartAction(strAction)
{
     var strURL = "include/ccWebContentProcessor.php?ccCartAction=" + strAction;
     IssueAJAXQuery(strURL, ProcessContentMangerResponse);
}
