if(typeof SaloonMotor == "undefined") SaloonMotor={};
if(typeof SaloonMotor.Distributor == "undefined") SaloonMotor.Distributor={};
if(typeof SaloonMotor.Distributor.Distribution == "undefined") SaloonMotor.Distributor.Distribution={};
SaloonMotor.Distributor.Distribution_class = function() {};
Object.extend(SaloonMotor.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) {
		return this.invoke("login", {"strAccount":strAccount, "strPassword":strPassword}, this.login.getArguments().slice(2));
	},
	sendContact: function(arrSendContent) {
		return this.invoke("sendContact", {"arrSendContent":arrSendContent}, this.sendContact.getArguments().slice(1));
	},
	url: '/ajaxpro/SaloonMotor.Distributor.Distribution,SaloonMotor.ashx'
}));
SaloonMotor.Distributor.Distribution = new SaloonMotor.Distributor.Distribution_class();


