if(typeof WebForm1 == "undefined") WebForm1={};
WebForm1_class = function() {};
Object.extend(WebForm1_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetQueryResult: function(xm, id, querytype) {
		return this.invoke("GetQueryResult", {"xm":xm, "id":id, "querytype":querytype}, this.GetQueryResult.getArguments().slice(3));
	},
	url: '/zzcx/ajaxpro/WebForm1,App_Web__t9t9kg_.ashx'
}));
WebForm1 = new WebForm1_class();

