if(typeof Webscene == "undefined") Webscene={};
if(typeof Webscene.UI == "undefined") Webscene.UI={};
if(typeof Webscene.UI.JIA == "undefined") Webscene.UI.JIA={};
Webscene.UI.JIA_class = function() {};
Object.extend(Webscene.UI.JIA_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	JIAGetN: function(clientId, hotspotId) {
		return this.invoke("JIAGetN", {"clientId":clientId, "hotspotId":hotspotId}, this.JIAGetN.getArguments().slice(2));
	},
	JIAGet: function(clientId, hotspotId) {
		return this.invoke("JIAGet", {"clientId":clientId, "hotspotId":hotspotId}, this.JIAGet.getArguments().slice(2));
	},
	JIAHotGet: function(contentId) {
		return this.invoke("JIAHotGet", {"contentId":contentId}, this.JIAHotGet.getArguments().slice(1));
	},
	JIAHotDel: function(hotspotId) {
		return this.invoke("JIAHotDel", {"hotspotId":hotspotId}, this.JIAHotDel.getArguments().slice(1));
	},
	JIAHotAdd: function(contentId, formdata) {
		return this.invoke("JIAHotAdd", {"contentId":contentId, "formdata":formdata}, this.JIAHotAdd.getArguments().slice(2));
	},
	url: '/ajaxpro/Webscene.UI.JIA,Webscene.UI.ashx'
}));
Webscene.UI.JIA = new Webscene.UI.JIA_class();

