Master_MasterPage_class = function() {};
Object.extend(Master_MasterPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoadVideos: function(id_Canal) {
		return this.invoke("LoadVideos", {"id_Canal":id_Canal}, this.LoadVideos.getArguments().slice(1));
	},
	SearchVideo: function(Param) {
		return this.invoke("SearchVideo", {"Param":Param}, this.SearchVideo.getArguments().slice(1));
	},
	LoginUser: function(user, password) {
		return this.invoke("LoginUser", {"user":user, "password":password}, this.LoginUser.getArguments().slice(2));
	},
	LoadChannels: function() {
		return this.invoke("LoadChannels", {}, this.LoadChannels.getArguments().slice(0));
	},
	LoadVideosU: function() {
		return this.invoke("LoadVideosU", {}, this.LoadVideosU.getArguments().slice(0));
	},
	PrintSearcher: function() {
		return this.invoke("PrintSearcher", {}, this.PrintSearcher.getArguments().slice(0));
	},
	PrintLoginControl: function() {
		return this.invoke("PrintLoginControl", {}, this.PrintLoginControl.getArguments().slice(0));
	},
	CloseSession: function() {
		return this.invoke("CloseSession", {}, this.CloseSession.getArguments().slice(0));
	},
	PrintMailControl: function() {
		return this.invoke("PrintMailControl", {}, this.PrintMailControl.getArguments().slice(0));
	},
	SendMail: function(Me, To, UrlPlayer) {
		return this.invoke("SendMail", {"Me":Me, "To":To, "UrlPlayer":UrlPlayer}, this.SendMail.getArguments().slice(3));
	},
	getInfoVideo: function(UrlVideo) {
		return this.invoke("getInfoVideo", {"UrlVideo":UrlVideo}, this.getInfoVideo.getArguments().slice(1));
	},
	TitleVideo_Div: function(UrlVideo) {
		return this.invoke("TitleVideo_Div", {"UrlVideo":UrlVideo}, this.TitleVideo_Div.getArguments().slice(1));
	},
	ValidateVideo: function(UrlVideo) {
		return this.invoke("ValidateVideo", {"UrlVideo":UrlVideo}, this.ValidateVideo.getArguments().slice(1));
	},
	FindPartidoCalendar: function() {
		return this.invoke("FindPartidoCalendar", {}, this.FindPartidoCalendar.getArguments().slice(0));
	},
	LoadEquipos: function() {
		return this.invoke("LoadEquipos", {}, this.LoadEquipos.getArguments().slice(0));
	},
	LoadVideos_FromCode: function(CodeTeam) {
		return this.invoke("LoadVideos_FromCode", {"CodeTeam":CodeTeam}, this.LoadVideos_FromCode.getArguments().slice(1));
	},
	LoadAllVideosCategory: function() {
		return this.invoke("LoadAllVideosCategory", {}, this.LoadAllVideosCategory.getArguments().slice(0));
	},
	LoadPartidosByDate: function(date) {
		return this.invoke("LoadPartidosByDate", {"date":date}, this.LoadPartidosByDate.getArguments().slice(1));
	},
	url: '/ajaxpro/Master_MasterPage,App_Web_zyp-khnv.ashx'
}));
Master_MasterPage = new Master_MasterPage_class();

