if(typeof Products == "undefined") Products={};
Products_class = function() {};
Object.extend(Products_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getDesign: function(DesignID) {
		return this.invoke("getDesign", {"DesignID":DesignID}, this.getDesign.getArguments().slice(1));
	},
	url: '/ajaxpro/Caricature,App_Web_caricature.aspx.cdcab7d2.ashx'
}));
Products = new Products_class();

