var sysDetail = { initYYTable:function(yqbh,nowdate,callback,context){return new ajax_request(this.url + '?_method=initYYTable&_session=rw','yqbh=' + enc(yqbh)+ '\r\nnowdate=' + enc(nowdate),callback, context);}, LogIn:function(username,password,checkString,userType,callback,context){return new ajax_request(this.url + '?_method=LogIn&_session=rw','username=' + enc(username)+ '\r\npassword=' + enc(password)+ '\r\ncheckString=' + enc(checkString)+ '\r\nuserType=' + enc(userType),callback, context);}, LogOut:function(callback,context){return new ajax_request(this.url + '?_method=LogOut&_session=rw','',callback, context);}, getYYHist:function(yqbh,time,callback,context){return new ajax_request(this.url + '?_method=getYYHist&_session=rw','yqbh=' + enc(yqbh)+ '\r\ntime=' + enc(time),callback, context);}, url:'/dxyq/ajax/sysDetail,App_Web_sysdetail.aspx.cdcab7d2.ashx' }