This is a very useful Terminal trick that alters the way Help Windows behave. Instead of remaining on top of all other windows, you can now make it act as a regular application window.
Terminal Code: defaults write com.apple.helpviewer NormalWindow -bool true
To reverse, change True to False and run the command again.
