if(typeof ActiveMerchandiser == "undefined") ActiveMerchandiser={};
ActiveMerchandiser.pagetemplatecatalogview_class = function() {};
Object.extend(ActiveMerchandiser.pagetemplatecatalogview_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetTOC: function(intCatalogOID, intPageIndex, strOtherParametersInURL, strMobile) {
		return this.invoke("GetTOC", {"intCatalogOID":intCatalogOID, "intPageIndex":intPageIndex, "strOtherParametersInURL":strOtherParametersInURL, "strMobile":strMobile}, this.GetTOC.getArguments().slice(4));
	},
	GenerateScriptForDrawingHotSpotsForThumbnail: function(dblRatio, strParam) {
		return this.invoke("GenerateScriptForDrawingHotSpotsForThumbnail", {"dblRatio":dblRatio, "strParam":strParam}, this.GenerateScriptForDrawingHotSpotsForThumbnail.getArguments().slice(2));
	},
	GetAltCustom: function(strHotSpotIDList) {
		return this.invoke("GetAltCustom", {"strHotSpotIDList":strHotSpotIDList}, this.GetAltCustom.getArguments().slice(1));
	},
	GetAlt: function(strSKUList) {
		return this.invoke("GetAlt", {"strSKUList":strSKUList}, this.GetAlt.getArguments().slice(1));
	},
	url: '/ajaxpro/ActiveMerchandiser.pagetemplatecatalogview,ActiveMerchandiser2008.ashx'
}));
ActiveMerchandiser.pagetemplatecatalogview = new ActiveMerchandiser.pagetemplatecatalogview_class();


