if(typeof Matras == "undefined") Matras={};
if(typeof Matras.WebSite == "undefined") Matras.WebSite={};
if(typeof Matras.WebSite.TheMatrasPart_class == "undefined") Matras.WebSite.TheMatrasPart_class={};
Matras.WebSite.TheMatrasPart_class = function() {};
Object.extend(Matras.WebSite.TheMatrasPart_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetPrice: function(matrasID, width, length) {
		return this.invoke("GetPrice", {"matrasID":matrasID, "width":width, "length":length}, this.GetPrice.getArguments().slice(3));
	},
	url: '/ajaxpro/Matras.WebSite.TheMatrasPart,Matras.WebSite.ashx'
}));
Matras.WebSite.TheMatrasPart = new Matras.WebSite.TheMatrasPart_class();


