addNamespace("WebRoot_main_controls_AreaList");
WebRoot_main_controls_AreaList_class = Class.create();
WebRoot_main_controls_AreaList_class.prototype = (new AjaxPro.Request()).extend({
	GetInforList: function(strID, callback) {
		return this.invoke("GetInforList", {"strID":strID}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/WebRoot_main_controls_AreaList,App_Web_h60n1-11.ashx";
	}
})
WebRoot_main_controls_AreaList = new WebRoot_main_controls_AreaList_class();

