if [ "$VAR" = "Upper" ] || [ "$VAR" = "Lower" ]; then VAR=25 fi
case $VAR in Upper|Lower) VAR=25;; esac