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