if  query  "${MESSAGE_COLOR}To see the howto enter a 'y': ${DEFAULT_COLOR}"  n;  then
    lynx $SOURCE_DIRECTORY/doc-linux/howto/SpeedTouch-HOWTO-en.html
else
  message  ""  \
    "${MESSAGE_COLOR}You chose not to see the HowTo, or you let the prompt timeout. Anyway,"  \
    " it should have been installed in /usr/share/doc/speedtouch${DEFAULT_COLOR}"
fi
