if(typeof clsiCOLAjax == "undefined") clsiCOLAjax={};
clsiCOLAjax_class = function() {};
Object.extend(clsiCOLAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetStaticPageInfo: function(PageID) {
		return this.invoke("GetStaticPageInfo", {"PageID":PageID}, this.GetStaticPageInfo.getArguments().slice(1));
	},
	GetProductInfo: function(PageID) {
		return this.invoke("GetProductInfo", {"PageID":PageID}, this.GetProductInfo.getArguments().slice(1));
	},
	GetSubProductInfo: function(PageID) {
		return this.invoke("GetSubProductInfo", {"PageID":PageID}, this.GetSubProductInfo.getArguments().slice(1));
	},
	GetCareersInfo: function(PageID) {
		return this.invoke("GetCareersInfo", {"PageID":PageID}, this.GetCareersInfo.getArguments().slice(1));
	},
	GetHotNews: function(DBID) {
		return this.invoke("GetHotNews", {"DBID":DBID}, this.GetHotNews.getArguments().slice(1));
	},
	url: '/ajaxpro/clsiCOLAjax,App_Code.ashx'
}));
clsiCOLAjax = new clsiCOLAjax_class();


