| Cycle through the 'extra' modes
#IfModeN ForZap
 MODEN "Text"
#Else
 #IfModeN Strong
  MODEN "ForZap"
 #Else
  #IfModeN Obey
   MODEN "Strong"
  #Else
   MODEN "Obey"
  #EndIf
 #EndIf
#EndIf
