addNamespace("common_Linkage");
common_Linkage_class = Class.create();
Object.extend(common_Linkage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetLinkageDs: function(ParentId, SelName) {
		return this.invoke("GetLinkageDs", {"ParentId":ParentId, "SelName":SelName}, this.GetLinkageDs.getArguments().slice(2));
	},
	initialize: function() {
		this.url = '/ajaxpro/common_Linkage,YMXL2008_CMS.ashx';
	}
}));
common_Linkage = new common_Linkage_class();


