if(typeof _Default == "undefined") _Default={};
_Default_class = function() {};
Object.extend(_Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CameraPreview: function(ChannelID) {
		return this.invoke("CameraPreview", {"ChannelID":ChannelID}, this.CameraPreview.getArguments().slice(1));
	},
	GetChannelList: function(strSearchText, strChannelType) {
		return this.invoke("GetChannelList", {"strSearchText":strSearchText, "strChannelType":strChannelType}, this.GetChannelList.getArguments().slice(2));
	},
	url: '/ajaxpro/_Default,App_Web_default.aspx.cdcab7d2.ashx'
}));
_Default = new _Default_class();

