addNamespace("pureland.Buy");
pureland.Buy.Buy_class = Class.create();
Object.extend(pureland.Buy.Buy_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetGameDescribe: function(Game) {
		return this.invoke("GetGameDescribe", {"Game":Game}, this.GetGameDescribe.getArguments().slice(1));
	},
	SetfromURL: function(fromURL) {
		return this.invoke("SetfromURL", {"fromURL":fromURL}, this.SetfromURL.getArguments().slice(1));
	},
	CreateItemList: function(Game, Server, ChangeMonkey) {
		return this.invoke("CreateItemList", {"Game":Game, "Server":Server, "ChangeMonkey":ChangeMonkey}, this.CreateItemList.getArguments().slice(3));
	},
	ChangeMoneyCode: function(Game, Server, MoneyCode) {
		return this.invoke("ChangeMoneyCode", {"Game":Game, "Server":Server, "MoneyCode":MoneyCode}, this.ChangeMoneyCode.getArguments().slice(3));
	},
	SubmitConfirm: function(game, server, unit1, unit2, price1, price2, MoneyCode) {
		return this.invoke("SubmitConfirm", {"game":game, "server":server, "unit1":unit1, "unit2":unit2, "price1":price1, "price2":price2, "MoneyCode":MoneyCode}, this.SubmitConfirm.getArguments().slice(7));
	},
	CheckIntroduceID: function(IntroduceID) {
		return this.invoke("CheckIntroduceID", {"IntroduceID":IntroduceID}, this.CheckIntroduceID.getArguments().slice(1));
	},
	SaveForm: function(YourName, Nation, Character, Email, Phone, DeliveryType, PaymentType) {
		return this.invoke("SaveForm", {"YourName":YourName, "Nation":Nation, "Character":Character, "Email":Email, "Phone":Phone, "DeliveryType":DeliveryType, "PaymentType":PaymentType}, this.SaveForm.getArguments().slice(7));
	},
	FastOrder: function(Game, Server, Unit1, Unit2, Price1, Price2, Character, Email, Phone) {
		return this.invoke("FastOrder", {"Game":Game, "Server":Server, "Unit1":Unit1, "Unit2":Unit2, "Price1":Price1, "Price2":Price2, "Character":Character, "Email":Email, "Phone":Phone}, this.FastOrder.getArguments().slice(9));
	},
	initialize: function() {
		this.url = '/ajaxpro/pureland.Buy.Buy,pureland.ashx';
	}
}));
pureland.Buy.Buy = new pureland.Buy.Buy_class();

