if(typeof NewComponents_ContactComponent == "undefined") NewComponents_ContactComponent={};
NewComponents_ContactComponent_class = function() {};
Object.extend(NewComponents_ContactComponent_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendContactEmail: function(FirstName, Lastname, Company, Mail, Phone, Method, SpecificDate, SpecificTime, Questions) {
		return this.invoke("SendContactEmail", {"FirstName":FirstName, "Lastname":Lastname, "Company":Company, "Mail":Mail, "Phone":Phone, "Method":Method, "SpecificDate":SpecificDate, "SpecificTime":SpecificTime, "Questions":Questions}, this.SendContactEmail.getArguments().slice(9));
	},
	url: '/ajaxpro/NewComponents_ContactComponent,App_Web_mjweycmg.ashx'
}));
NewComponents_ContactComponent = new NewComponents_ContactComponent_class();

