if(typeof Webscene == "undefined") Webscene={};
if(typeof Webscene.UI == "undefined") Webscene.UI={};
if(typeof Webscene.UI.ATB == "undefined") Webscene.UI.ATB={};
Webscene.UI.ATB_class = function() {};
Object.extend(Webscene.UI.ATB_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SubmitEditPopup: function(sessionId, contentId, propertyName, value) {
		return this.invoke("SubmitEditPopup", {"sessionId":sessionId, "contentId":contentId, "propertyName":propertyName, "value":value}, this.SubmitEditPopup.getArguments().slice(4));
	},
	LoadEditPopup: function(sessionId, contentId, propertyName, textBoxMode) {
		return this.invoke("LoadEditPopup", {"sessionId":sessionId, "contentId":contentId, "propertyName":propertyName, "textBoxMode":textBoxMode}, this.LoadEditPopup.getArguments().slice(4));
	},
	url: '/ajaxpro/Webscene.UI.ATB,Webscene.UI.ashx'
}));
Webscene.UI.ATB = new Webscene.UI.ATB_class();

