addNamespace("HXKYSJY");
HXKYSJY.AjaxMethod_en_class = Class.create();
HXKYSJY.AjaxMethod_en_class.prototype = (new AjaxPro.Request()).extend({
	GetPhotoList: function(iCategoryID, callback) {
		return this.invoke("GetPhotoList", {"iCategoryID":iCategoryID}, callback);
	},
	GetPhotoInfo: function(id, callback) {
		return this.invoke("GetPhotoInfo", {"id":id}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/HXKYSJY.AjaxMethod_en,HXKYSJY.ashx";
	}
})
HXKYSJY.AjaxMethod_en = new HXKYSJY.AjaxMethod_en_class();

