JSPopup: ERXJSPopUpRelationPicker {
	parentLabel="Categories";
    parentEntitiesList=parentList;
    parentToChildrenRelationshipName=^restrictedRelationshipKey;
    parentDisplayValueName=^restrictingDestinationDisplayKey;
    childDisplayValueName=^destinationDisplayKey;
    selectedParent=selectedParent;
    childrenSortKey=^sortKey;
    defaultChildKey=^defaultRestrictedRelationshipKey;
	childrenSelection = selectedChild;
	parentSelection = selectedParent;

}