if(typeof AboutUs_contactus == "undefined") AboutUs_contactus={};
AboutUs_contactus_class = function() {};
Object.extend(AboutUs_contactus_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	VerifyCapt: function(CaptchaString) {
		return this.invoke("VerifyCapt", {"CaptchaString":CaptchaString}, this.VerifyCapt.getArguments().slice(1));
	},
	showCapt: function() {
		return this.invoke("showCapt", {}, this.showCapt.getArguments().slice(0));
	},
	url: '/ajaxpro/AboutUs_contactus,App_Web_contactus.aspx.876f4227.ashx'
}));
AboutUs_contactus = new AboutUs_contactus_class();


