if(typeof WorksUnit == "undefined") WorksUnit={};
if(typeof WorksUnit.Faststream == "undefined") WorksUnit.Faststream={};
if(typeof WorksUnit.Faststream.InternalRecruitment == "undefined") WorksUnit.Faststream.InternalRecruitment={};
if(typeof WorksUnit.Faststream.InternalRecruitment.Website == "undefined") WorksUnit.Faststream.InternalRecruitment.Website={};
if(typeof WorksUnit.Faststream.InternalRecruitment.Website.Controls == "undefined") WorksUnit.Faststream.InternalRecruitment.Website.Controls={};
WorksUnit.Faststream.InternalRecruitment.Website.Controls.ImageLibrary_class = function() {};
Object.extend(WorksUnit.Faststream.InternalRecruitment.Website.Controls.ImageLibrary_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RemoveImage: function(imageId) {
		return this.invoke("RemoveImage", {"imageId":imageId}, this.RemoveImage.getArguments().slice(1));
	},
	GetNextId: function(id) {
		return this.invoke("GetNextId", {"id":id}, this.GetNextId.getArguments().slice(1));
	},
	GetPreviousId: function(id) {
		return this.invoke("GetPreviousId", {"id":id}, this.GetPreviousId.getArguments().slice(1));
	},
	GetMediaId: function(id) {
		return this.invoke("GetMediaId", {"id":id}, this.GetMediaId.getArguments().slice(1));
	},
	url: '/ajaxpro/WorksUnit.Faststream.InternalRecruitment.Website.Controls.ImageLibrary,Website.ashx'
}));
WorksUnit.Faststream.InternalRecruitment.Website.Controls.ImageLibrary = new WorksUnit.Faststream.InternalRecruitment.Website.Controls.ImageLibrary_class();

