function a_ShowPrivilegeGroups(cb)
{
    aj_a('privilegeGroupsVisible=' + (cb.checked ? 't' : 'f'));
}

function a_ApproveDenyPendingCategory(categoryID , deny)
{
   ChangePage('Administration_PendingApproval&approvePendingCategory=' + categoryID + '&approve=' + !deny);
}

function a_trash(nodeID)
{
    ChangePage('Administration_Trash&trashCategory=' + nodeID);
}
