addNamespace("mmogdepot.WebUI.CommControls");
mmogdepot.WebUI.CommControls.top1_class = Class.create();
Object.extend(mmogdepot.WebUI.CommControls.top1_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	UpdateServer: function(vGame, vServer, vfile) {
		return this.invoke("UpdateServer", {"vGame":vGame, "vServer":vServer, "vfile":vfile}, this.UpdateServer.getArguments().slice(3));
	},
	SaveCheckOut: function(vGame, vServer, vfile, u, email, cn) {
		return this.invoke("SaveCheckOut", {"vGame":vGame, "vServer":vServer, "vfile":vfile, "u":u, "email":email, "cn":cn}, this.SaveCheckOut.getArguments().slice(6));
	},
	SaveCheck: function(vGame, vServer, vfile) {
		return this.invoke("SaveCheck", {"vGame":vGame, "vServer":vServer, "vfile":vfile}, this.SaveCheck.getArguments().slice(3));
	},
	UpdateRatio: function(para) {
		return this.invoke("UpdateRatio", {"para":para}, this.UpdateRatio.getArguments().slice(1));
	},
	UpdateisScript: function(para) {
		return this.invoke("UpdateisScript", {"para":para}, this.UpdateisScript.getArguments().slice(1));
	},
	Updateend: function() {
		return this.invoke("Updateend", {}, this.Updateend.getArguments().slice(0));
	},
	windowclose: function() {
		return this.invoke("windowclose", {}, this.windowclose.getArguments().slice(0));
	},
	windowstart: function() {
		return this.invoke("windowstart", {}, this.windowstart.getArguments().slice(0));
	},
	SetCurrency: function(MoneyName, MoneyCode) {
		return this.invoke("SetCurrency", {"MoneyName":MoneyName, "MoneyCode":MoneyCode}, this.SetCurrency.getArguments().slice(2));
	},
	SetLanguage: function(Language) {
		return this.invoke("SetLanguage", {"Language":Language}, this.SetLanguage.getArguments().slice(1));
	},
	GetChatStatusStr: function(SerialNo) {
		return this.invoke("GetChatStatusStr", {"SerialNo":SerialNo}, this.GetChatStatusStr.getArguments().slice(1));
	},
	GetChatInfoStr: function(SerialNo) {
		return this.invoke("GetChatInfoStr", {"SerialNo":SerialNo}, this.GetChatInfoStr.getArguments().slice(1));
	},
	InsertSurveyDetailStr: function(SerialNo, twSurveyDetailID) {
		return this.invoke("InsertSurveyDetailStr", {"SerialNo":SerialNo, "twSurveyDetailID":twSurveyDetailID}, this.InsertSurveyDetailStr.getArguments().slice(2));
	},
	initialize: function() {
		this.url = '/ajaxpro/mmogdepot.WebUI.CommControls.top1,WebUI.ashx';
	}
}));
mmogdepot.WebUI.CommControls.top1 = new mmogdepot.WebUI.CommControls.top1_class();

