if #MENUBUTTON = EUOButton6
  {
    set #MENUBUTTON 0
    if %include_button1 = N/A
    {
      set %include_button1 GREATER
      menu setprop EUOButton6 text >
      goto skip_EUOButton6
    }
    if %include_button1 = GREATER
    {
      set %include_button1 GREATEREQ
      menu setprop EUOButton6 text >=
      goto skip_EUOButton6
    }
    if %include_button1 = GREATEREQ
    {
      set %include_button1 LESS
      menu setprop EUOButton6 text <
      goto skip_EUOButton6
    }
    if %include_button1 = LESS
    {
      set %include_button1 LESSEQ
      menu setprop EUOButton6 text <=
      goto skip_EUOButton6
    }
    if %include_button1 = LESSEQ
    {
      set %include_button1 EQUAL
      menu setprop EUOButton6 text =
      goto skip_EUOButton6
    }
    if %include_button1 = EQUAL
    {
      set %include_button1 N/A
      menu setprop EUOButton6 text N/A
      goto skip_EUOButton6
    }
  }
  skip_EUOButton6:
  if #MENUBUTTON = EUOButton7
  {
    set #MENUBUTTON 0
    if %include_button2 = N/A
    {
      set %include_button2 GREATER
      menu setprop EUOButton7 text >
      goto skip_EUOButton7
    }
    if %include_button2 = GREATER
    {
      set %include_button2 GREATEREQ
      menu setprop EUOButton7 text >=
      goto skip_EUOButton7
    }
    if %include_button2 = GREATEREQ
    {
      set %include_button2 LESS
      menu setprop EUOButton7 text <
      goto skip_EUOButton7
    }
    if %include_button2 = LESS
    {
      set %include_button2 LESSEQ
      menu setprop EUOButton7 text <=
      goto skip_EUOButton7
    }
    if %include_button2 = LESSEQ
    {
      set %include_button2 EQUAL
      menu setprop EUOButton7 text =
      goto skip_EUOButton7
    }
    if %include_button2 = EQUAL
    {
      set %include_button2 N/A
      menu setprop EUOButton7 text N/A
      goto skip_EUOButton7
    }
  }
  skip_EUOButton7:
  if #MENUBUTTON = EUOButton8
  {
    set #MENUBUTTON 0
    if %include_button3 = N/A
    {
      set %include_button3 GREATER
      menu setprop EUOButton8 text >
      goto skip_EUOButton8
    }
    if %include_button3 = GREATER
    {
      set %include_button3 GREATEREQ
      menu setprop EUOButton8 text >=
      goto skip_EUOButton8
    }
    if %include_button3 = GREATEREQ
    {
      set %include_button3 LESS
      menu setprop EUOButton8 text <
      goto skip_EUOButton8
    }
    if %include_button3 = LESS
    {
      set %include_button3 LESSEQ
      menu setprop EUOButton8 text <=
      goto skip_EUOButton8
    }
    if %include_button3 = LESSEQ
    {
      set %include_button3 EQUAL
      menu setprop EUOButton8 text =
      goto skip_EUOButton8
    }
    if %include_button3 = EQUAL
    {
      set %include_button3 N/A
      menu setprop EUOButton8 text N/A
      goto skip_EUOButton8
    }
  }
  skip_EUOButton8:
goto item_finder_loop1