if(typeof Matras == "undefined") Matras={};
if(typeof Matras.WebSite == "undefined") Matras.WebSite={};
if(typeof Matras.WebSite.MatrasListPart_class == "undefined") Matras.WebSite.MatrasListPart_class={};
Matras.WebSite.MatrasListPart_class = function() {};
Object.extend(Matras.WebSite.MatrasListPart_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetMatrasPriceList: function(developerIDName, seriesIDName, width, length) {
		return this.invoke("GetMatrasPriceList", {"developerIDName":developerIDName, "seriesIDName":seriesIDName, "width":width, "length":length}, this.GetMatrasPriceList.getArguments().slice(4));
	},
	url: '/ajaxpro/Matras.WebSite.MatrasListPart,Matras.WebSite.ashx'
}));
Matras.WebSite.MatrasListPart = new Matras.WebSite.MatrasListPart_class();


