addNamespace("nl.Turien.Ajax");
nl.Turien.Ajax.AutoTelex_class = function() {};
Object.extend(nl.Turien.Ajax.AutoTelex_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	OphalenAutoGegevensOpKenteken: function(productCode, kenteken) {
		return this.invoke("OphalenAutoGegevensOpKenteken", {"productCode":productCode, "kenteken":kenteken}, this.OphalenAutoGegevensOpKenteken.getArguments().slice(2));
	},
	OphalenAutoGegevens: function(url, autotype, bouwjaar, bouwmaand) {
		return this.invoke("OphalenAutoGegevens", {"url":url, "autotype":autotype, "bouwjaar":bouwjaar, "bouwmaand":bouwmaand}, this.OphalenAutoGegevens.getArguments().slice(4));
	},
	OphalenMerken: function(url) {
		return this.invoke("OphalenMerken", {"url":url}, this.OphalenMerken.getArguments().slice(1));
	},
	OphalenModellen: function(url, merk, bouwjaar, bouwmaand) {
		return this.invoke("OphalenModellen", {"url":url, "merk":merk, "bouwjaar":bouwjaar, "bouwmaand":bouwmaand}, this.OphalenModellen.getArguments().slice(4));
	},
	OphalenTypes: function(url, merk, model, bouwjaar, bouwmaand) {
		return this.invoke("OphalenTypes", {"url":url, "merk":merk, "model":model, "bouwjaar":bouwjaar, "bouwmaand":bouwmaand}, this.OphalenTypes.getArguments().slice(5));
	},
	url: '/TpWebUI/ajaxpro/nl.Turien.Ajax.AutoTelex,nl.Turien.Ajax.ashx'
}));
nl.Turien.Ajax.AutoTelex = new nl.Turien.Ajax.AutoTelex_class();


