function SelectAddRows(e,t){var o="",n="";for(i=e.options.length-1;i>=0;i--)if(1==e.options[i].selected){o=e.options[i].value,n=e.options[i].text;var s=new Option(n,o);t.options[t.length]=s}}function SelectRemoveRows(e){for(i=e.options.length-1;i>=0;i--)1==e.options[i].selected&&(e.options[i]=null)}function SelectAll(e){for(i=e.options.length-1;i>=0;i--)e.options[i].selected=!0}function group_user_search(){for(SS1=document.getElementById("learndash_group_users_search"),SS_View=document.getElementById("learndash_group_users_view"),search_for=document.getElementById("search_group").value.toLowerCase(),SS_View.options.length=0,length=0,i=0;i<SS1.options.length;i++)SelText=SS1.options[i].text,SelText.toLowerCase().search(search_for)<0&&search_for.length>0?SS1.options[i].disabled=!0:(SS1.options[i].disabled=!1,length++,SS_View.options.length=length,SS_View.options[length-1].value=SS1.options[i].value,SS_View.options[length-1].text=SS1.options[i].text,SS_View.options[length-1].title=SS1.options[i].title)}