if(typeof Brand == "undefined") Brand={};
if(typeof Brand.DB == "undefined") Brand.DB={};
if(typeof Brand.DB.BWPage == "undefined") Brand.DB.BWPage={};
Brand.DB.BWPage_class = function() {};
Object.extend(Brand.DB.BWPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SavePropVal: function(propId, propName, propVal, publish) {
		return this.invoke("SavePropVal", {"propId":propId, "propName":propName, "propVal":propVal, "publish":publish}, this.SavePropVal.getArguments().slice(4));
	},
	UpdatePropertyCol: function(propId, col, val) {
		return this.invoke("UpdatePropertyCol", {"propId":propId, "col":col, "val":val}, this.UpdatePropertyCol.getArguments().slice(3));
	},
	url: '/ajaxpro/Brand.DB.BWPage,BIBW.ashx'
}));
Brand.DB.BWPage = new Brand.DB.BWPage_class();


