if(typeof WorkCrew == "undefined") WorkCrew={};
if(typeof WorkCrew.Web == "undefined") WorkCrew.Web={};
if(typeof WorkCrew.Web.Root == "undefined") WorkCrew.Web.Root={};
if(typeof WorkCrew.Web.Root.Login_class == "undefined") WorkCrew.Web.Root.Login_class={};
WorkCrew.Web.Root.Login_class = function() {};
Object.extend(WorkCrew.Web.Root.Login_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetLoginFrameValue: function() {
		return this.invoke("GetLoginFrameValue", {}, this.GetLoginFrameValue.getArguments().slice(0));
	},
	GetLoginFrameValue2: function(grpcd) {
		return this.invoke("GetLoginFrameValue2", {"grpcd":grpcd}, this.GetLoginFrameValue2.getArguments().slice(1));
	},
	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) {
		return this.invoke("SmsPwSend", {"pUserid":pUserid, "pUserPw":pUserPw, "pLang":pLang}, this.SmsPwSend.getArguments().slice(3));
	},
	url: '/ajaxpro/WorkCrew.Web.Root.Login,WorkCrew.Web.Root.ashx'
}));
WorkCrew.Web.Root.Login = new WorkCrew.Web.Root.Login_class();


