if(typeof Website == "undefined") Website={};
if(typeof Website.UI == "undefined") Website.UI={};
if(typeof Website.UI.Controls == "undefined") Website.UI.Controls={};
Website.UI.Controls.DropdownControl_class = function() {};
Object.extend(Website.UI.Controls.DropdownControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetItems: function(DataId, GroupID, FeatureID) {
		return this.invoke("GetItems", {"DataId":DataId, "GroupID":GroupID, "FeatureID":FeatureID}, this.GetItems.getArguments().slice(3));
	},
	url: '/ajaxpro/Website.UI.Controls.DropdownControl,Website.ashx'
}));
Website.UI.Controls.DropdownControl = new Website.UI.Controls.DropdownControl_class();

