if(typeof csUser == "undefined") csUser={};
csUser_class = function() {};
Object.extend(csUser_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Get_UserRegist: function(intDeptmentID, strOperator, strEmail, strLoginPwd, strLoginPwd1, strAddress, strPerson, strSex, strTelephone, strFax, strMobie, strMobie2, btIsOwner, btIsIntelAgent, btIsCoLoader, btIsSpecial, btIsLocalAgent, btIsDepoter, btIsTrucker, btIsLoader, btIsTrier, chkCompany, chkAddress, chkPostCode, chkCheckNote, chkTelephone, chkFax, chkMobile1, chkMobile2, chkEmail, chkRegistCode, chkTaxCode, chkExmCode, chkEntryCode, chkCheckInfo1, chkCheckInfo2, ntxtREMARK, intPersonID) {
		return this.invoke("Get_UserRegist", {"intDeptmentID":intDeptmentID, "strOperator":strOperator, "strEmail":strEmail, "strLoginPwd":strLoginPwd, "strLoginPwd1":strLoginPwd1, "strAddress":strAddress, "strPerson":strPerson, "strSex":strSex, "strTelephone":strTelephone, "strFax":strFax, "strMobie":strMobie, "strMobie2":strMobie2, "btIsOwner":btIsOwner, "btIsIntelAgent":btIsIntelAgent, "btIsCoLoader":btIsCoLoader, "btIsSpecial":btIsSpecial, "btIsLocalAgent":btIsLocalAgent, "btIsDepoter":btIsDepoter, "btIsTrucker":btIsTrucker, "btIsLoader":btIsLoader, "btIsTrier":btIsTrier, "chkCompany":chkCompany, "chkAddress":chkAddress, "chkPostCode":chkPostCode, "chkCheckNote":chkCheckNote, "chkTelephone":chkTelephone, "chkFax":chkFax, "chkMobile1":chkMobile1, "chkMobile2":chkMobile2, "chkEmail":chkEmail, "chkRegistCode":chkRegistCode, "chkTaxCode":chkTaxCode, "chkExmCode":chkExmCode, "chkEntryCode":chkEntryCode, "chkCheckInfo1":chkCheckInfo1, "chkCheckInfo2":chkCheckInfo2, "ntxtREMARK":ntxtREMARK, "intPersonID":intPersonID}, this.Get_UserRegist.getArguments().slice(38));
	},
	SendRegistActivityMail: function(strOperator, strEmail, strLoginPwd, strActivityCode) {
		return this.invoke("SendRegistActivityMail", {"strOperator":strOperator, "strEmail":strEmail, "strLoginPwd":strLoginPwd, "strActivityCode":strActivityCode}, this.SendRegistActivityMail.getArguments().slice(4));
	},
	Get_UserLogin: function(strEmail, strLoginPwd) {
		return this.invoke("Get_UserLogin", {"strEmail":strEmail, "strLoginPwd":strLoginPwd}, this.Get_UserLogin.getArguments().slice(2));
	},
	url: '/ajaxpro/csUser,App_Code.e0g8dfam.ashx'
}));
csUser = new csUser_class();


