addNamespace("AIG.Web.Common");
AIG.Web.Common.PageTop_class = Class.create();
Object.extend(AIG.Web.Common.PageTop_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetProductListUrl: function(nodesId) {
		return this.invoke("GetProductListUrl", {"nodesId":nodesId}, this.GetProductListUrl.getArguments().slice(1));
	},
	initialize: function() {
		this.url = '/ajaxpro/AIG.Web.Common.PageTop,AIG.Web.ashx';
	}
}));
AIG.Web.Common.PageTop = new AIG.Web.Common.PageTop_class();


