var AjaxMetode = { fillBasketWithPostpaidPackage:function(phoneID,strPackage,strPrice,strContractID,callback,context){return new ajax_request(this.url + '?_method=fillBasketWithPostpaidPackage&_session=no','phoneID=' + enc(phoneID)+ '\r\nstrPackage=' + enc(strPackage)+ '\r\nstrPrice=' + enc(strPrice)+ '\r\nstrContractID=' + enc(strContractID),callback, context);}, fillBasketForPhone:function(phoneID,strPackage,strPrice,offerTypeID,contractID,callback,context){return new ajax_request(this.url + '?_method=fillBasketForPhone&_session=no','phoneID=' + enc(phoneID)+ '\r\nstrPackage=' + enc(strPackage)+ '\r\nstrPrice=' + enc(strPrice)+ '\r\nofferTypeID=' + enc(offerTypeID)+ '\r\ncontractID=' + enc(contractID),callback, context);}, fillBasketForModem:function(strModem,strPackage,strPrice,strOfferType,strContract,callback,context){return new ajax_request(this.url + '?_method=fillBasketForModem&_session=no','strModem=' + enc(strModem)+ '\r\nstrPackage=' + enc(strPackage)+ '\r\nstrPrice=' + enc(strPrice)+ '\r\nstrOfferType=' + enc(strOfferType)+ '\r\nstrContract=' + enc(strContract),callback, context);}, CheckPostpaidUser:function(jmbg,stari,callback,context){return new ajax_request(this.url + '?_method=CheckPostpaidUser&_session=no','jmbg=' + enc(jmbg)+ '\r\nstari=' + enc(stari),callback, context);}, CheckPrepaidUser:function(jmbg,stari,callback,context){return new ajax_request(this.url + '?_method=CheckPrepaidUser&_session=no','jmbg=' + enc(jmbg)+ '\r\nstari=' + enc(stari),callback, context);}, CheckUserForModem:function(jmbg,strOfferType,callback,context){return new ajax_request(this.url + '?_method=CheckUserForModem&_session=no','jmbg=' + enc(jmbg)+ '\r\nstrOfferType=' + enc(strOfferType),callback, context);}, CheckFixedUser:function(jmbg,stari,callback,context){return new ajax_request(this.url + '?_method=CheckFixedUser&_session=no','jmbg=' + enc(jmbg)+ '\r\nstari=' + enc(stari),callback, context);}, showModemOffers:function(tipPonude,tip,callback,context){return new ajax_request(this.url + '?_method=showModemOffers&_session=no','tipPonude=' + enc(tipPonude)+ '\r\ntip=' + enc(tip),callback, context);}, provjeriBroj:function(broj,id,callback,context){return new ajax_request(this.url + '?_method=provjeriBroj&_session=no','broj=' + enc(broj)+ '\r\nid=' + enc(id),callback, context);}, provjeriRijec:function(rijec,id,callback,context){return new ajax_request(this.url + '?_method=provjeriRijec&_session=no','rijec=' + enc(rijec)+ '\r\nid=' + enc(id),callback, context);}, fillBasketOrder:function(tip,proizvod,cijena,contractID,callback,context){return new ajax_request(this.url + '?_method=fillBasketOrder&_session=no','tip=' + enc(tip)+ '\r\nproizvod=' + enc(proizvod)+ '\r\ncijena=' + enc(cijena)+ '\r\ncontractID=' + enc(contractID),callback, context);}, RegisterOrder:function(orderTypeID,name,surname,address,email,jmbg,phoneNumber,phoneOrderTypeID,contactPhone,productName,productOfferType,productPackage,productContract,productPrice,paymentID,callback,context){return new ajax_request(this.url + '?_method=RegisterOrder&_session=no','orderTypeID=' + enc(orderTypeID)+ '\r\nname=' + enc(name)+ '\r\nsurname=' + enc(surname)+ '\r\naddress=' + enc(address)+ '\r\nemail=' + enc(email)+ '\r\njmbg=' + enc(jmbg)+ '\r\nphoneNumber=' + enc(phoneNumber)+ '\r\nphoneOrderTypeID=' + enc(phoneOrderTypeID)+ '\r\ncontactPhone=' + enc(contactPhone)+ '\r\nproductName=' + enc(productName)+ '\r\nproductOfferType=' + enc(productOfferType)+ '\r\nproductPackage=' + enc(productPackage)+ '\r\nproductContract=' + enc(productContract)+ '\r\nproductPrice=' + enc(productPrice)+ '\r\npaymentID=' + enc(paymentID),callback, context);}, RegisterOrderWithCard:function(orderTypeID,name,surname,address,email,jmbg,phoneNumber,phoneOrderTypeID,contactPhone,productName,productOfferType,productPackage,productContract,productPrice,paymentID,callback,context){return new ajax_request(this.url + '?_method=RegisterOrderWithCard&_session=no','orderTypeID=' + enc(orderTypeID)+ '\r\nname=' + enc(name)+ '\r\nsurname=' + enc(surname)+ '\r\naddress=' + enc(address)+ '\r\nemail=' + enc(email)+ '\r\njmbg=' + enc(jmbg)+ '\r\nphoneNumber=' + enc(phoneNumber)+ '\r\nphoneOrderTypeID=' + enc(phoneOrderTypeID)+ '\r\ncontactPhone=' + enc(contactPhone)+ '\r\nproductName=' + enc(productName)+ '\r\nproductOfferType=' + enc(productOfferType)+ '\r\nproductPackage=' + enc(productPackage)+ '\r\nproductContract=' + enc(productContract)+ '\r\nproductPrice=' + enc(productPrice)+ '\r\npaymentID=' + enc(paymentID),callback, context);}, url:'/ajax/TWebShop.AjaxMetode,TWebShop.ashx' }