if(typeof Productwizard == "undefined") Productwizard={};
if(typeof Productwizard.Ajax == "undefined") Productwizard.Ajax={};
Productwizard.Ajax_class = function() {};
Object.extend(Productwizard.Ajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetInhoudWoning: function() {
		return this.invoke("GetInhoudWoning", {}, this.GetInhoudWoning.getArguments().slice(0));
	},
	GetGasVerbruik: function() {
		return this.invoke("GetGasVerbruik", {}, this.GetGasVerbruik.getArguments().slice(0));
	},
	GetCwWaarde: function(SelectedType) {
		return this.invoke("GetCwWaarde", {"SelectedType":SelectedType}, this.GetCwWaarde.getArguments().slice(1));
	},
	url: '/ajaxpro/Atag.Site.productwizardpanel,Atag.Site.ashx'
}));
Productwizard.Ajax = new Productwizard.Ajax_class();

