if(typeof _5366 == "undefined") _5366={};
if(typeof _5366.Web == "undefined") _5366.Web={};
if(typeof _5366.Web.MasterPage == "undefined") _5366.Web.MasterPage={};
if(typeof _5366.Web.MasterPage.BasePage == "undefined") _5366.Web.MasterPage.BasePage={};
_5366.Web.MasterPage.BasePage_class = function() {};
Object.extend(_5366.Web.MasterPage.BasePage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCartInfoAjax: function() {
		return this.invoke("GetCartInfoAjax", {}, this.GetCartInfoAjax.getArguments().slice(0));
	},
	DeleteFromCart: function(productSysNo) {
		return this.invoke("DeleteFromCart", {"productSysNo":productSysNo}, this.DeleteFromCart.getArguments().slice(1));
	},
	url: '/ajaxpro/_5366.Web.MasterPage.BasePage,5366.Web.ashx'
}));
_5366.Web.MasterPage.BasePage = new _5366.Web.MasterPage.BasePage_class();

