if(typeof Jan == "undefined") Jan={};
Jan.PreOrderPage_class = function() {};
Object.extend(Jan.PreOrderPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetPriceForProduct: function(product_id) {
		return this.invoke("GetPriceForProduct", {"product_id":product_id}, this.GetPriceForProduct.getArguments().slice(1));
	},
	GetDescriptionForProduct: function(product_id) {
		return this.invoke("GetDescriptionForProduct", {"product_id":product_id}, this.GetDescriptionForProduct.getArguments().slice(1));
	},
	url: '/ajaxpro/Jan.PreOrderPage,Jan.ashx'
}));
Jan.PreOrderPage = new Jan.PreOrderPage_class();

