if(typeof Abacus_Store == "undefined") Abacus_Store={};
if(typeof Abacus_Store.onepagecheckout_class == "undefined") Abacus_Store.onepagecheckout_class={};
Abacus_Store.onepagecheckout_class = function() {};
Object.extend(Abacus_Store.onepagecheckout_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	checkCCNum: function(lastNums) {
		return this.invoke("checkCCNum", {"lastNums":lastNums}, this.checkCCNum.getArguments().slice(1));
	},
	getEmailStatus: function() {
		return this.invoke("getEmailStatus", {}, this.getEmailStatus.getArguments().slice(0));
	},
	displayCart: function() {
		return this.invoke("displayCart", {}, this.displayCart.getArguments().slice(0));
	},
	updateBillingStateCountry: function(billingState, billingCountry, both) {
		return this.invoke("updateBillingStateCountry", {"billingState":billingState, "billingCountry":billingCountry, "both":both}, this.updateBillingStateCountry.getArguments().slice(3));
	},
	updateShippingStateCountry: function(shippingState, shippingCountry, both) {
		return this.invoke("updateShippingStateCountry", {"shippingState":shippingState, "shippingCountry":shippingCountry, "both":both}, this.updateShippingStateCountry.getArguments().slice(3));
	},
	updateShippingOptions: function(country, shippingOption) {
		return this.invoke("updateShippingOptions", {"country":country, "shippingOption":shippingOption}, this.updateShippingOptions.getArguments().slice(2));
	},
	updateShipping: function(shippingType) {
		return this.invoke("updateShipping", {"shippingType":shippingType}, this.updateShipping.getArguments().slice(1));
	},
	doStates: function(country, id, evnt) {
		return this.invoke("doStates", {"country":country, "id":id, "evnt":evnt}, this.doStates.getArguments().slice(3));
	},
	getCcExpDates: function(id) {
		return this.invoke("getCcExpDates", {"id":id}, this.getCcExpDates.getArguments().slice(1));
	},
	getCcExpYears: function(id) {
		return this.invoke("getCcExpYears", {"id":id}, this.getCcExpYears.getArguments().slice(1));
	},
	url: '/ajaxpro/Abacus_Store.onepagecheckout,Abacus_Store.ashx'
}));
Abacus_Store.onepagecheckout = new Abacus_Store.onepagecheckout_class();

