if(typeof Video360 == "undefined") Video360={};
if(typeof Video360.Web == "undefined") Video360.Web={};
if(typeof Video360.Web.Note == "undefined") Video360.Web.Note={};
Video360.Web.Note_class = function() {};
Object.extend(Video360.Web.Note_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Update: function(strTitle, strName, strInfo) {
		return this.invoke("Update", {"strTitle":strTitle, "strName":strName, "strInfo":strInfo}, this.Update.getArguments().slice(3));
	},
	url: '/ajaxpro/Video360.Web.Note,Video360.Web.ashx'
}));
Video360.Web.Note = new Video360.Web.Note_class();

