ContactUs_class = function() {};
Object.extend(ContactUs_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Save: function(strName, strPhone, strEmail, strComment, strSubject) {
		return this.invoke("Save", {"strName":strName, "strPhone":strPhone, "strEmail":strEmail, "strComment":strComment, "strSubject":strSubject}, this.Save.getArguments().slice(5));
	},
	url: '/tools/ajaxpro/ContactUs,App_Web_hq5lzzth.ashx'
}));
ContactUs = new ContactUs_class();


