watchrepair_class = function() {};
Object.extend(watchrepair_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Register: function(FirstName, SurName, EmailAddress, Telephone, BrandName, SeriesModelNo, Problem, DatePurchased, PurchasedCondition, DateOfLastService, AdditionalInformation) {
		return this.invoke("Register", {"FirstName":FirstName, "SurName":SurName, "EmailAddress":EmailAddress, "Telephone":Telephone, "BrandName":BrandName, "SeriesModelNo":SeriesModelNo, "Problem":Problem, "DatePurchased":DatePurchased, "PurchasedCondition":PurchasedCondition, "DateOfLastService":DateOfLastService, "AdditionalInformation":AdditionalInformation}, this.Register.getArguments().slice(11));
	},
	url: '/ajaxpro/control_default_Enquiry_ServiceAndRepairEnquiry,App_Web_fmzybabm.ashx'
}));
watchrepair = new watchrepair_class();

