if(typeof Templates == "undefined") Templates={};
Templates_class = function() {};
Object.extend(Templates_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCatalog: function(kyrs, spez) {
		return this.invoke("GetCatalog", {"kyrs":kyrs, "spez":spez}, this.GetCatalog.getArguments().slice(2));
	},
	GetSeminars: function(year) {
		return this.invoke("GetSeminars", {"year":year}, this.GetSeminars.getArguments().slice(1));
	},
	Sleep1: function(ms) {
		return this.invoke("Sleep1", {"ms":ms}, this.Sleep1.getArguments().slice(1));
	},
	GetPrepInfoPage: function(p_id) {
		return this.invoke("GetPrepInfoPage", {"p_id":p_id}, this.GetPrepInfoPage.getArguments().slice(1));
	},
	url: '/vtp/ajaxpro/Templates,App_Code.5p0exz9t.ashx'
}));
Templates = new Templates_class();


