addNamespace("Ajax");
Ajax._99ws_class = Class.create();
Ajax._99ws_class.prototype = (new AjaxPro.Request()).extend({
	get_Main: function(str_Obj, callback) {
		return this.invoke("get_Main", {"str_Obj":str_Obj}, callback);
	},
	get_Main_Index: function(str_Obj, callback) {
		return this.invoke("get_Main_Index", {"str_Obj":str_Obj}, callback);
	},
	get_S_1: function(str_dyj, str_obj, callback) {
		return this.invoke("get_S_1", {"str_dyj":str_dyj, "str_obj":str_obj}, callback);
	},
	get_C_1: function(str_no, str_id, callback) {
		return this.invoke("get_C_1", {"str_no":str_no, "str_id":str_id}, callback);
	},
	get_C_2: function(str_no, str_id, str_telephone, str_type, callback) {
		return this.invoke("get_C_2", {"str_no":str_no, "str_id":str_id, "str_telephone":str_telephone, "str_type":str_type}, callback);
	},
	initialize: function() {
		this.url = "/Activities/ajaxpro/Ajax._99ws,App_Code.ashx";
	}
})
Ajax._99ws = new Ajax._99ws_class();

