if(typeof SitecoreWebsite == "undefined") SitecoreWebsite={};
SitecoreWebsite.SOLI_Interior_Products_SubLayout_class = function() {};
Object.extend(SitecoreWebsite.SOLI_Interior_Products_SubLayout_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ValidateFormData: function(StringValues, ButtonCommand) {
		return this.invoke("ValidateFormData", {"StringValues":StringValues, "ButtonCommand":ButtonCommand}, this.ValidateFormData.getArguments().slice(2));
	},
	RetrieveNodeValues: function(SCIdNodeBase, LookupValue, AddBlank) {
		return this.invoke("RetrieveNodeValues", {"SCIdNodeBase":SCIdNodeBase, "LookupValue":LookupValue, "AddBlank":AddBlank}, this.RetrieveNodeValues.getArguments().slice(3));
	},
	url: '/ajaxpro/SitecoreWebsite.SOLI_Interior_Products_SubLayout,SitecoreWebsite.ashx'
}));
SitecoreWebsite.SOLI_Interior_Products_SubLayout = new SitecoreWebsite.SOLI_Interior_Products_SubLayout_class();

