if(typeof NetCMS == "undefined") NetCMS={};
if(typeof NetCMS.Web == "undefined") NetCMS.Web={};
if(typeof NetCMS.Web.Insurance == "undefined") NetCMS.Web.Insurance={};
NetCMS.Web.Insurance.OpenInsurance_class = function() {};
Object.extend(NetCMS.Web.Insurance.OpenInsurance_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	InsertAllNoteInsurance: function(insuranceIds) {
		return this.invoke("InsertAllNoteInsurance", {"insuranceIds":insuranceIds}, this.InsertAllNoteInsurance.getArguments().slice(1));
	},
	url: '/ajaxpro/NetCMS.Web.Insurance.OpenInsurance,NetCMS.Web.ashx'
}));
NetCMS.Web.Insurance.OpenInsurance = new NetCMS.Web.Insurance.OpenInsurance_class();

