addNamespace("game.buy");
game.buy.confirm_euwow_class = Class.create();
Object.extend(game.buy.confirm_euwow_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckIntroduceID: function(IntroduceID) {
		return this.invoke("CheckIntroduceID", {"IntroduceID":IntroduceID}, this.CheckIntroduceID.getArguments().slice(1));
	},
	CheckIntroduceCharacter: function(game, server, character) {
		return this.invoke("CheckIntroduceCharacter", {"game":game, "server":server, "character":character}, this.CheckIntroduceCharacter.getArguments().slice(3));
	},
	GetGoogleIntroduce: function() {
		return this.invoke("GetGoogleIntroduce", {}, this.GetGoogleIntroduce.getArguments().slice(0));
	},
	GetInStock: function() {
		return this.invoke("GetInStock", {}, this.GetInStock.getArguments().slice(0));
	},
	UpdateInfo: function(Code) {
		return this.invoke("UpdateInfo", {"Code":Code}, this.UpdateInfo.getArguments().slice(1));
	},
	SaveForm: function(GameName, ServerName, Price, Unit, Integral, ActiveCouponValue, Ecoupon, MoneyCode, IntroduceID, Code, Country, Email, YourName, Character, Phone, PaymentType) {
		return this.invoke("SaveForm", {"GameName":GameName, "ServerName":ServerName, "Price":Price, "Unit":Unit, "Integral":Integral, "ActiveCouponValue":ActiveCouponValue, "Ecoupon":Ecoupon, "MoneyCode":MoneyCode, "IntroduceID":IntroduceID, "Code":Code, "Country":Country, "Email":Email, "YourName":YourName, "Character":Character, "Phone":Phone, "PaymentType":PaymentType}, this.SaveForm.getArguments().slice(16));
	},
	SaveForm1: function(GameName, ServerName, Price, Unit, Integral, ActiveCouponValue, Ecoupon, MoneyCode, IntroduceID, Code, Country, Email, YourName, Character, Phone, PaymentType, introduceCharacter) {
		return this.invoke("SaveForm1", {"GameName":GameName, "ServerName":ServerName, "Price":Price, "Unit":Unit, "Integral":Integral, "ActiveCouponValue":ActiveCouponValue, "Ecoupon":Ecoupon, "MoneyCode":MoneyCode, "IntroduceID":IntroduceID, "Code":Code, "Country":Country, "Email":Email, "YourName":YourName, "Character":Character, "Phone":Phone, "PaymentType":PaymentType, "introduceCharacter":introduceCharacter}, this.SaveForm1.getArguments().slice(17));
	},
	UpdateSaveForm: function(AHList1, AHList2, Goods, DeliveryType, TradeTime, SparePhone, SpareCharacter, spanPointAndEcoupon, spanItem, spanPrice, spanQuantity, spanTotal, tdOtherTotal, tdOtherInfo) {
		return this.invoke("UpdateSaveForm", {"AHList1":AHList1, "AHList2":AHList2, "Goods":Goods, "DeliveryType":DeliveryType, "TradeTime":TradeTime, "SparePhone":SparePhone, "SpareCharacter":SpareCharacter, "spanPointAndEcoupon":spanPointAndEcoupon, "spanItem":spanItem, "spanPrice":spanPrice, "spanQuantity":spanQuantity, "spanTotal":spanTotal, "tdOtherTotal":tdOtherTotal, "tdOtherInfo":tdOtherInfo}, this.UpdateSaveForm.getArguments().slice(14));
	},
	CheckFromURL: function(Game) {
		return this.invoke("CheckFromURL", {"Game":Game}, this.CheckFromURL.getArguments().slice(1));
	},
	initialize: function() {
		this.url = '/ajaxpro/game.buy.confirm_euwow,WebUI.ashx';
	}
}));
game.buy.confirm_euwow = new game.buy.confirm_euwow_class();


