if(typeof ucProductOption == "undefined") ucProductOption={};
ucProductOption_class = function() {};
Object.extend(ucProductOption_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetFrameData: function(strProductId) {
		return this.invoke("GetFrameData", {"strProductId":strProductId}, this.GetFrameData.getArguments().slice(1));
	},
	GetFrameDataFromProductCache: function(strProductId) {
		return this.invoke("GetFrameDataFromProductCache", {"strProductId":strProductId}, this.GetFrameDataFromProductCache.getArguments().slice(1));
	},
	GetProcessHtml: function(designId) {
		return this.invoke("GetProcessHtml", {"designId":designId}, this.GetProcessHtml.getArguments().slice(1));
	},
	GetProductDataByProductId: function(strProductId) {
		return this.invoke("GetProductDataByProductId", {"strProductId":strProductId}, this.GetProductDataByProductId.getArguments().slice(1));
	},
	url: '/ajaxpro/ucProductOption,App_Web_ucproductoption.ascx.cdcab7d2.ashx'
}));
ucProductOption = new ucProductOption_class();

