if(typeof SitecoreWebsite == "undefined") SitecoreWebsite={};
SitecoreWebsite.SOLI_Interior_Class_Sublayout_class = function() {};
Object.extend(SitecoreWebsite.SOLI_Interior_Class_Sublayout_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetClassInfo: function(SiebelRowID) {
		return this.invoke("GetClassInfo", {"SiebelRowID":SiebelRowID}, this.GetClassInfo.getArguments().slice(1));
	},
	ShowLoginFirstPanel: function(SiebelRowID) {
		return this.invoke("ShowLoginFirstPanel", {"SiebelRowID":SiebelRowID}, this.ShowLoginFirstPanel.getArguments().slice(1));
	},
	RegisterForAClass: function(SiebelRowID, ScItemID) {
		return this.invoke("RegisterForAClass", {"SiebelRowID":SiebelRowID, "ScItemID":ScItemID}, this.RegisterForAClass.getArguments().slice(2));
	},
	url: '/ajaxpro/SitecoreWebsite.SOLI_Interior_Class_Sublayout,SitecoreWebsite.ashx'
}));
SitecoreWebsite.SOLI_Interior_Class_Sublayout = new SitecoreWebsite.SOLI_Interior_Class_Sublayout_class();


