if(typeof Hrm == "undefined") Hrm={};
Hrm.Personl_Show_class = function() {};
Object.extend(Hrm.Personl_Show_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	isLogin: function() {
		return this.invoke("isLogin", {}, this.isLogin.getArguments().slice(0));
	},
	url: '/ajaxpro/Hrm.Personl_Show,Hrm.ashx'
}));
Hrm.Personl_Show = new Hrm.Personl_Show_class();

