if(typeof WorkCrew == "undefined") WorkCrew={};
if(typeof WorkCrew.UI == "undefined") WorkCrew.UI={};
if(typeof WorkCrew.UI.Login == "undefined") WorkCrew.UI.Login={};
WorkCrew.UI.Login_class = function() {};
Object.extend(WorkCrew.UI.Login_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetLoginFrameValue: function() {
		return this.invoke("GetLoginFrameValue", {}, this.GetLoginFrameValue.getArguments().slice(0));
	},
	GetDepartInfo: function(userId, password, langidx) {
		return this.invoke("GetDepartInfo", {"userId":userId, "password":password, "langidx":langidx}, this.GetDepartInfo.getArguments().slice(3));
	},
	SmsPwSend: function(pUserid, pUserPw, pLang, pGroupcd) {
		return this.invoke("SmsPwSend", {"pUserid":pUserid, "pUserPw":pUserPw, "pLang":pLang, "pGroupcd":pGroupcd}, this.SmsPwSend.getArguments().slice(4));
	},
	url: '/ajaxpro/WorkCrew.UI.Login,WorkCrew.UI.ashx'
}));
WorkCrew.UI.Login = new WorkCrew.UI.Login_class();

