if(typeof ZTF == "undefined") ZTF={};
if(typeof ZTF.Kapcsolat_class == "undefined") ZTF.Kapcsolat_class={};
ZTF.Kapcsolat_class = function() {};
Object.extend(ZTF.Kapcsolat_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SEND_EMAIL: function(IN) {
		return this.invoke("SEND_EMAIL", {"IN":IN}, this.SEND_EMAIL.getArguments().slice(1));
	},
	url: '/ajaxpro/ZTF.Kapcsolat,ZTF.ashx'
}));
ZTF.Kapcsolat = new ZTF.Kapcsolat_class();

