if(typeof Identipark == "undefined") Identipark={};
if(typeof Identipark.ContactPage == "undefined") Identipark.ContactPage={};
Identipark.ContactPage_class = function() {};
Object.extend(Identipark.ContactPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ChangeDealer: function(Country) {
		return this.invoke("ChangeDealer", {"Country":Country}, this.ChangeDealer.getArguments().slice(1));
	},
	url: '/vbwrapper/Identipark.ContactPage,Identipark.ashx'
}));
Identipark.ContactPage = new Identipark.ContactPage_class();


