UserControls_SubmitContactControl_class = function() {};
Object.extend(UserControls_SubmitContactControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendContactInformation: function(information, referred, classification, speciality, firstname, institution, physicaladdr, postaladdr, telephone, fax, email, contactPerson, comments) {
		return this.invoke("SendContactInformation", {"information":information, "referred":referred, "classification":classification, "speciality":speciality, "firstname":firstname, "institution":institution, "physicaladdr":physicaladdr, "postaladdr":postaladdr, "telephone":telephone, "fax":fax, "email":email, "contactPerson":contactPerson, "comments":comments}, this.SendContactInformation.getArguments().slice(13));
	},
	url: '/ajaxpro/UserControls_SubmitContactControl,App_Web_qnhpgb-s.ashx'
}));
UserControls_SubmitContactControl = new UserControls_SubmitContactControl_class();

