if(typeof VECommerce == "undefined") VECommerce={};
if(typeof VECommerce.Distributor == "undefined") VECommerce.Distributor={};
if(typeof VECommerce.Distributor.Distribution == "undefined") VECommerce.Distributor.Distribution={};
VECommerce.Distributor.Distribution_class = function() {};
Object.extend(VECommerce.Distributor.Distribution_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	main: function(data, tempFlg) {
		return this.invoke("main", {"data":data, "tempFlg":tempFlg}, this.main.getArguments().slice(2));
	},
	login: function(strAccount, strPassword, Object) {
		return this.invoke("login", {"strAccount":strAccount, "strPassword":strPassword, "Object":Object}, this.login.getArguments().slice(3));
	},
	logout: function() {
		return this.invoke("logout", {}, this.logout.getArguments().slice(0));
	},
	deleteProductInCart: function(cartId) {
		return this.invoke("deleteProductInCart", {"cartId":cartId}, this.deleteProductInCart.getArguments().slice(1));
	},
	viewMovieDetail: function(movieId) {
		return this.invoke("viewMovieDetail", {"movieId":movieId}, this.viewMovieDetail.getArguments().slice(1));
	},
	changeSecureCode: function() {
		return this.invoke("changeSecureCode", {}, this.changeSecureCode.getArguments().slice(0));
	},
	sendContact: function(arrSendContent) {
		return this.invoke("sendContact", {"arrSendContent":arrSendContent}, this.sendContact.getArguments().slice(1));
	},
	url: '/ajaxpro/VECommerce.Distributor.Distribution,VECommerce.ashx'
}));
VECommerce.Distributor.Distribution = new VECommerce.Distributor.Distribution_class();

