if(typeof PrintPlaceCMS == "undefined") PrintPlaceCMS={};
if(typeof PrintPlaceCMS.Controls == "undefined") PrintPlaceCMS.Controls={};
if(typeof PrintPlaceCMS.Controls.quotePanel == "undefined") PrintPlaceCMS.Controls.quotePanel={};
PrintPlaceCMS.Controls.quotePanel_class = function() {};
Object.extend(PrintPlaceCMS.Controls.quotePanel_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetQuote: function(javaJobTicket) {
		return this.invoke("GetQuote", {"javaJobTicket":javaJobTicket}, this.GetQuote.getArguments().slice(1));
	},
	url: '/ajaxpro/PrintPlaceCMS.Controls.quotePanel,PrintPlaceCMS.ashx'
}));
PrintPlaceCMS.Controls.quotePanel = new PrintPlaceCMS.Controls.quotePanel_class();

