var AjaxMethod = { GetPaymentRemark:function(paymentname,callback,context){return new ajax_request(this.url + '?_method=GetPaymentRemark&_session=r','paymentname=' + enc(paymentname),callback, context);}, GetExpressList:function(Province,ExpressCompany,callback,context){return new ajax_request(this.url + '?_method=GetExpressList&_session=r','Province=' + enc(Province)+ '\r\nExpressCompany=' + enc(ExpressCompany),callback, context);}, GetExpressSel:function(ExpressCompany,callback,context){return new ajax_request(this.url + '?_method=GetExpressSel&_session=r','ExpressCompany=' + enc(ExpressCompany),callback, context);}, GetCityList:function(Province,callback,context){return new ajax_request(this.url + '?_method=GetCityList&_session=r','Province=' + enc(Province),callback, context);}, GetOrderTypeList:function(m_layer,boardwidth,boardlong,boardcount,m_boardMaterial,callback,context){return new ajax_request(this.url + '?_method=GetOrderTypeList&_session=r','m_layer=' + enc(m_layer)+ '\r\nboardwidth=' + enc(boardwidth)+ '\r\nboardlong=' + enc(boardlong)+ '\r\nboardcount=' + enc(boardcount)+ '\r\nm_boardMaterial=' + enc(m_boardMaterial),callback, context);}, GetBoardMaterial:function(m_layer,callback,context){return new ajax_request(this.url + '?_method=GetBoardMaterial&_session=r','m_layer=' + enc(m_layer),callback, context);}, GetBoardThicknessRemark:function(m_layer,m_boardMaterial,callback,context){return new ajax_request(this.url + '?_method=GetBoardThicknessRemark&_session=r','m_layer=' + enc(m_layer)+ '\r\nm_boardMaterial=' + enc(m_boardMaterial),callback, context);}, GetRadioItemRemark:function(RadioName,RadioValue,material,layer,ordertype,callback,context){return new ajax_request(this.url + '?_method=GetRadioItemRemark&_session=r','RadioName=' + enc(RadioName)+ '\r\nRadioValue=' + enc(RadioValue)+ '\r\nmaterial=' + enc(material)+ '\r\nlayer=' + enc(layer)+ '\r\nordertype=' + enc(ordertype),callback, context);}, RegistEmail:function(email,callback,context){return new ajax_request(this.url + '?_method=RegistEmail&_session=r','email=' + enc(email),callback, context);}, ValidateUserLogin:function(username,userpwd,isremid,callback,context){return new ajax_request(this.url + '?_method=ValidateUserLogin&_session=r','username=' + enc(username)+ '\r\nuserpwd=' + enc(userpwd)+ '\r\nisremid=' + enc(isremid),callback, context);}, sendEmailNoPWD:function(username,callback,context){return new ajax_request(this.url + '?_method=sendEmailNoPWD&_session=r','username=' + enc(username),callback, context);}, PaymentOperation:function(orderid,customerNo,callback,context){return new ajax_request(this.url + '?_method=PaymentOperation&_session=r','orderid=' + enc(orderid)+ '\r\ncustomerNo=' + enc(customerNo),callback, context);}, SelectBankPayment:function(orderid,customertype,callback,context){return new ajax_request(this.url + '?_method=SelectBankPayment&_session=r','orderid=' + enc(orderid)+ '\r\ncustomertype=' + enc(customertype),callback, context);}, BankPaymentTo:function(orderid,customertype,callback,context){return new ajax_request(this.url + '?_method=BankPaymentTo&_session=r','orderid=' + enc(orderid)+ '\r\ncustomertype=' + enc(customertype),callback, context);}, ConfirmPaymentTo:function(orderno,callback,context){return new ajax_request(this.url + '?_method=ConfirmPaymentTo&_session=r','orderno=' + enc(orderno),callback, context);}, deleteOrderNo:function(orderno,customertype,callback,context){return new ajax_request(this.url + '?_method=deleteOrderNo&_session=r','orderno=' + enc(orderno)+ '\r\ncustomertype=' + enc(customertype),callback, context);}, reloadOrder:function(orderid,customertype,callback,context){return new ajax_request(this.url + '?_method=reloadOrder&_session=r','orderid=' + enc(orderid)+ '\r\ncustomertype=' + enc(customertype),callback, context);}, confirmOrderNo:function(orderno,customertype,callback,context){return new ajax_request(this.url + '?_method=confirmOrderNo&_session=r','orderno=' + enc(orderno)+ '\r\ncustomertype=' + enc(customertype),callback, context);}, saveCustomerAddress:function(customerno,provincename,cityname,address,callback,context){return new ajax_request(this.url + '?_method=saveCustomerAddress&_session=r','customerno=' + enc(customerno)+ '\r\nprovincename=' + enc(provincename)+ '\r\ncityname=' + enc(cityname)+ '\r\naddress=' + enc(address),callback, context);}, readCustomerAddress:function(provincename,callback,context){return new ajax_request(this.url + '?_method=readCustomerAddress&_session=r','provincename=' + enc(provincename),callback, context);}, OrderInvoice:function(ids,callback,context){return new ajax_request(this.url + '?_method=OrderInvoice&_session=r','ids=' + enc(ids),callback, context);}, url:'/ajax/AjaxMethod,App_Code.ck0jvnl5.ashx' }